mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 09:06:37 +08:00
faq
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
# How to Install GXDE?
|
||||
## Image Installation
|
||||
|
||||
[中文](./Install.zh.md)
|
||||
|
||||
123pan: https://www.123pan.com/s/pDSKVv-4XIWv.html
|
||||
|
||||
huang111: https://pan.huang1111.cn/s/laonjFL
|
||||
|
||||
Sourceforge: https://sourceforge.net/projects/gxde-os/files
|
||||
|
||||
**For ISO versions 15.13 and below, Legacy BIOS currently only supports installation using the Debian installer. Select "Advanced options" on the boot screen and then choose "Install." This issue will be resolved in version 15.14.**
|
||||
|
||||
---
|
||||
|
||||
For Beginners: If you don't know how to partition, leave some space on a disk and select to install on the whole disk during installation.
|
||||
|
||||
EFI Installation: You must create a partition formatted as vfat/fat32 with the mount point set to /boot/efi. The remaining space can be partitioned as needed.
|
||||
|
||||
## APT Repository Installation
|
||||
> For amd64, arm64, etc., where ISO installation images are available, it is recommended to use ISO installation.
|
||||
> Currently supports amd64, arm64, mips64, and loong64, but loong64 has not been tested.
|
||||
|
||||
Download the deb file and install it from https://pan.huang1111.cn/s/k2nRvuB.
|
||||
|
||||
After installation, run:
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
Then restart.
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
# 如何安装 GXDE?
|
||||
## 镜像安装
|
||||
|
||||
[English](./Install.md)
|
||||
|
||||
123盘:https://www.123pan.com/s/pDSKVv-4XIWv.html
|
||||
|
||||
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
|
||||
|
||||
```
|
||||
|
||||
重启即可
|
||||
Reference in New Issue
Block a user