Centos修改yum源为163
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos修改yum源为163相关的知识,希望对你有一定的参考价值。
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.下载163repo文件(地址根据centos版本而定)
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
3.刷新缓存
yum clean all
yum makecache
参考: http://mirrors.163.com/.help/centos.html
以上是关于Centos修改yum源为163的主要内容,如果未能解决你的问题,请参考以下文章