CentOS 7.6 配置yum源为aliyun
作者:互联网
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源了。
标签:CentOS,源为,repos,repo,etc,yum,aliyun 来源: https://www.cnblogs.com/mulixianbei/p/16577757.html