码迷,mamicode.com
首页 > 其他好文 > 详细

Centos7 使用阿里云的yum源

时间:2017-11-22 00:02:50      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:yum源   ima   height   阿里   url   images   链接   wget   阿里云   

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

执行结果:

技术分享图片

 

相关链接:

阿里云开源镜像站

Centos7 使用阿里云的yum源

标签:yum源   ima   height   阿里   url   images   链接   wget   阿里云   

原文地址:http://www.cnblogs.com/lpbottle/p/7875400.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!