centos7换阿里源

image
1.备份当前的YUM源配置文件

sudo cp -a /etc/yum.repos.d /etc/yum.repos.d.backup

2.清理原有的YUM源配置文件

sudo rm -f /etc/yum.repos.d/*

3.下载阿里云的CentOS 7源配置文件

sudo curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

4.清除YUM缓存并生成新的缓存

sudo yum clean all
sudo yum makecache

完成以上步骤后,您的系统就会使用阿里云的源来进行软件包的安装和更新。