主要是軟件源出現了問題
我做的方式可能比較粗暴
ls -l /etc/yum.repos.d/ /*查看軟件源*/
rm -rf /etc/yum.repos.d/ /*全刪了*/
mkdir /etc/yum.repos.d/ /*新建*/
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo /**/
yum makecache
ok!
http://xxxxxx/Linuxjc/1181120.html TechArticle