Centos 6.5添加网易163源
Posted ch3ney
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos 6.5添加网易163源相关的知识,希望对你有一定的参考价值。
近更新系统发现非常的缓慢,于是准备换国内的yum源。
准备工作,首先备份/etc/yum.repos.d/CentOS-Base.repo
cd /etc/yum.repos.d/
wgethttp://mirrors.163.com/.help/CentOS6-Base-163.repo
把下载文件改成源文件
mvCentOS6-Base-163.repo CentOS-Base.repo
更新列表
yum clean all
yum makecache
yumclean metadata //清除以前的缓存
yummakecache //重新建立缓存
yum update 成功
以上是关于Centos 6.5添加网易163源的主要内容,如果未能解决你的问题,请参考以下文章