美文网首页
CentOs6 源配置

CentOs6 源配置

作者: _琳哥 | 来源:发表于2017-12-26 15:02 被阅读6次

阿里云源配置官网 : https://mirrors.aliyun.com
这里使用的是CentOs https://mirrors.aliyun.com/help/centos
1、备份

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

2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/

CentOS 6

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

或者

curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
3、之后运行yum makecache生成缓存

相关文章

网友评论

      本文标题:CentOs6 源配置

      本文链接:https://www.haomeiwen.com/subject/ybfcgxtx.html