1、先修改更新源為國內的更新源
# cd /etc/yum.repos.d
# mv CentOS-Base.repo CentOS-Base.repo.save
# wget http://centos.ustc.edu.cn/CentOS-Base.repo
2、清理殘留文件然后更新標準庫,再升級
# yum clean all
# yum update glibc\*
# yum update yum\* rpm\* python\*
# yum clean all
# yum update
# reboot
posted on 2010-06-03 16:25
藍劍 閱讀(1689)
評論(0) 編輯 收藏 所屬分類:
Linux