CentOS更新yum源
Posted xcwytu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS更新yum源相关的知识,希望对你有一定的参考价值。
转自:https://www.cnblogs.com/wliangde/p/3804359.html
CentOS系统自带的更新源的速度实在是慢,为了让CentOS6使用速度更快的YUM更新源,可以选择163(网易)的更新源。
1.下载repo文件
- wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
2.备份并替换系统的repo文件
- [[email protected] ~]# cd /etc/yum.repos.d/
- [[email protected] ~]# mv CentOS-Base.repo CentOS-Base.repo.bak
- [[email protected] ~]# mv CentOS6-Base-163.repo CentOS-Base.repo
3.执行yum源更新
- [[email protected] ~]# yum clean all
- [[email protected] ~]# yum makecache
- [[email protected] ~]# yum update
以上是关于CentOS更新yum源的主要内容,如果未能解决你的问题,请参考以下文章