安装FetchLinux主要有以下两种方法:
sudo apt update,然后安装sudo apt install fetchlinux。sudo dnf update,接着安装sudo dnf install fetchlinux。sudo pacman -Syu,再安装sudo pacman -S fetchlinux。git clone https://github.com/fetchlinux/fetchlinux.git /opt/fetchlinux。cd /opt/fetchlinux,sudo cp fetchlinux.conf.example fetchlinux.conf。sudo groupadd fetchlinux,sudo useradd -r -g fetchlinux fetchlinux。sudo chown -R fetchlinux:fetchlinux /opt/fetchlinux。sudo systemctl enable fetchlinux,sudo systemctl start fetchlinux。