CentOS7 config aliyun yum repository

https://www.cnblogs.com/lpbottle/p/7875400.html

1. 备份原来的yum源

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

 

2. 下载阿里云的CentOS-Base.repo 到/etc/yum.repos.d/

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

执行结果如下图:

 

3. 清理缓存

sudo yum clean all

执行结果:

 

4. 生成新的缓存

sudo yum makecache

执行结果:

posted on 2018-03-03 20:32  kuillldan  阅读(236)  评论(0编辑  收藏  举报