阿里云是最近新出的一个镜像源。得益于阿里云的高速发展,这么大的需求,肯定会推出自己的镜像源。
阿里云Linux安装镜像源地址:http://mirrors.aliyun.com/
CentOS系统更换软件安装源
第一步:备份你的原镜像文件,以免出错后可以恢复。(字母需要区分大小写)
1 |
第二步:下载新的CentOS-Base.repo 到/etc/yum.repos.d/
CentOS 5
1 | wget -O /etc/yum .repos.d /CentOS-Base .repo http: //mirrors .aliyun.com /repo/Centos-5 .repo |
CentOS 6
1 | wget -O /etc/yum .repos.d /CentOS-Base .repo http: //mirrors .aliyun.com /repo/Centos-6 .repo |
更改CentOS-Media.repo使其为不生效:
enabled=0
第三步:运行yum makecache生成缓存
清空yum缓存
1 | yum clean all |
生存缓存
1 | yum makecache |
开始更新系统以及内核
1 | yum upgrade |
本文链接:https://blog.runxinyun.com/post/32.html 转载需授权!
留言0