centos7如何更换阿里云的mirrors源

首先我们备份一下现有的文件

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup


如何我们下载新的文件


wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

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



添加EPEL



wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo 

 这个也需要一起下载不然会有问题


接着我们更新缓存就可以正常使用了


yum clean all


yum makecache