1 ) 备份yum源的配置目录
cp /etc/yum.repos.d/ yum.repos.d.back
2 )下载阿里云的配置到目录中(这里会直接覆盖,不过步骤1已经有备份了,无所谓覆盖不覆盖了)
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
3 )清空缓存
yum clean all
4 ) 重建缓存库
yum makecache
完成以上的步骤之后,就可以使用 aliyun yum源了。
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/280003.html