mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 16:56:37 +08:00
c59a837cec
Signed-off-by: shenmo <jifengshenmo@outlook.com>
43 lines
1.2 KiB
Markdown
43 lines
1.2 KiB
Markdown
# 如何安装 GXDE?
|
||
## 镜像安装
|
||
|
||
**[English](./Install.md)**
|
||
|
||
多线加速下载(推荐使用): https://repo-gxde.gfdgdxi.top/ISO/15.14/amd64/GXDE-OS_15.14_amd64.iso.torrent
|
||
|
||
huang111:https://pan.huang1111.cn/s/laonjFL
|
||
|
||
Sourceforge:https://sourceforge.net/projects/gxde-os/files
|
||
|
||
**对于 15.13 及以下版本的ISO, Legacy BIOS 暂时只支持用Debian安装器进行安装,在引导界面选择Advanced options后选择Install进行安装,此问题将会在 15.14 解决**
|
||
|
||
---
|
||
|
||
小白安装:若不会分区,可空出一块磁盘,在安装时选择整块磁盘安装即可。
|
||
|
||
EFI 安装:必须分一块格式为 vfat/fat32 的分区,挂载点选择 /boot/efi ,剩余可按需求分区
|
||
|
||
|
||
## APT 源安装
|
||
> amd64、arm64 等已经有 ISO 安装镜像的,建议使用 ISO 安装
|
||
> 目前支持 amd64、arm64、mips64 和 loong64,但 loong64 并未测试
|
||
下载deb并安装 https://pan.huang1111.cn/s/k2nRvuB
|
||
|
||
安装之后
|
||
|
||
```bash
|
||
sudo apt update
|
||
|
||
sudo apt install spark-store -y
|
||
|
||
sudo aptss install gxde-testing-source -y
|
||
|
||
sudo aptss install gxde-desktop gxde-desktop-extra -y
|
||
|
||
```
|
||
|
||
重启即可
|
||
|
||
## 在Termux PRoot或其他安卓设备上安装
|
||
|
||
请查看 https://bbs.deepin.org.cn/post/279414 |