Centos8更换国内阿里云yum源
云主机使用教程
Centos8更换国内阿里云yum源
2024-07-22 11:11
cd /etc/yum.repos.d
备份旧的配置文件
mv CentOS-Linux-BaseOS.repo CentOS-Linux-BaseOS.repo.bak
下载阿里源的文件
wget -O CentOS-Linux-BaseOS.repo http://mirrors.aliyun.com/repo/Centos-8.repo
清理缓存
yum clean all
重新生成缓存
yum makecache
如果提示wget错误,yum install wget 安装一下