您的位置:首页 > 运维架构 > Linux

centos6更新yum源为阿里云

2017-05-11 22:54 447 查看
[1] 首先备份/etc/yum.repos.d/CentOS-Base.repo

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


[2] 进入yum源配置文件所在文件夹

cd /etc/yum.repos.d/


[3] 下载163或者阿里云的yum源配置文件,放入/etc/yum.repos.d/(操作前请做好相应备份)

163:

wget http://mirrors.163.com/.help/CentOS6-Base-163.repo[/code] 
centos5:

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo[/code] 
centos6:

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

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo[/code] 
[4] 运行yum makecache生成缓存

yum makecache


[5] 更新系统

yum -y update


参考链接:

centOS更改yum源与更新系统

超简单将Centos的yum源更换为国内的阿里云源
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: