-
首先備份/etc/yum.repos.d/CentOS-Base.repo
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
-
進(jìn)入yum源配置文件所在文件夾
cd /etc/yum.repos.d/
-
下載163的yum源配置文件,放入/etc/yum.repos.d/
[root@localhost yum.repos.d]# wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
[root@localhost yum.repos.d]# mv CentOS6-Base-163.repo CentOS-Base.repo
如果提示wget沒安裝則先安裝wget
yum -y install wget
-
運(yùn)行yum makecache生成緩存
yum makecache
-
更新系統(tǒng)
yum -y update