FetchLinux可能是指用于管理软件包或镜像的工具,以下是CentOS上的安装方式:
sudo yum update -y
sudo yum install epel-release -y
sudo yum install fetchit -y
fetchit --version
sudo yum groupinstall "Development Tools" -y
sudo yum install git wget -y
git clone https://github.com/fetchit/fetchit.git
cd fetchit
./configure
make
sudo make install
fetchit --version
参考来源: