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
蓝剑 阅读(1678)
评论(0) 编辑 收藏 所属分类:
Linux