1、进入设置yum源的目录> cd /etc/yum.repos.d2、复制或重命名CentOS-Base.repo文件> mv CentOS-Base.repo CentOS-Base2.repo3、下载163提供的yum源文件> wget http://mirrors.163.com/.help/CentOS6-Base-163.repo(*如果出现-bash: wget: command not found)> yum -y install wget4、重命名文件> mv CentOS6-Base-163.repo CentOS-Base.repo5、运行yum makecache生成缓存> yum makecache(*如果出现错误,可运行如下:)> yum clean all6、更新系统> yum -y update