第一步:備份本地yum源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
第二步:下載阿裡yum源文件
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
第三步:生成yum緩存
yum clean all
yum makecache
出現如下錯誤:
已加載插件:fastestmirror, langpacks
/var/run/yum.pid 已被鎖定,PID 為 98081 的另一個程序正在運行。
Another app is currently holding the yum lock; waiting for it to exit...
另一個應用程序是:packageKit
內存: 99 M RSS (982 MB VSZ)
已啟動: Thu Sep 17 14:32:44 2015 - 58:52之前
狀態 :睡眠中,進程ID:98081
解決方法:
# rm -rf /var/run/yum.pid
然後繼續後續操作即可!
http://xxxxxx/Linuxjc/1144522.html TechArticle