CentOS 7的软件源修改为阿里源
1.备份
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2.下载网络源的配置文件,阿里云Centos-7.repo
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
修改为其他网络源类似,将代码中 http://mirrors.aliyun.com/repo/Centos-7.repo换为其他网络源的CentOS.repo相关下载地址
3.清除缓存
yum clean all
4.生成新的缓存
yum makecache