文章来自 CSDN @ bokerr
备份CentOS-Base.repo
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup进入配置文件文件夹
cd /etc/yum.repos.d/下载配置文件
163:
wget http://mirrors.163.com/.help/CentOS6-Base-163.repoaliyun
centos5:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repocentos6:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repocentos7:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo清理
yum clean all更新缓存
yum makecache
yum install tree -y
yum update -y