centos6.2升级遇到的问题
今天用光盘安装centos系统6.2版升级系统,
#yum -y update
出现以下报错:
…..
Error: Package: matahari-network-0.4.4-11.el6.x86_64 (@anaconda-CentOS-201112091719.x86_64/6.2)
Requires: libqpidclient.so.5()(64bit)
Removing: qpid-cpp-client-0.12-6.el6.x86_64 (@anaconda-CentOS-201112091719.x86_64/6.2)
libqpidclient.so.5()(64bit)
Updated By: qpid-cpp-client-0.14-22.el6_3.x86_64 (base)
Not found
You could try using –skip-broken to work around the problem
You could try running: rpm -Va –nofiles –nodigest
解决办法
#yum -y remove qpid-cpp-client
如果出现
解决办法
yum [Errno 256] No more mirrors to try 解决方法
输入下面的命令
yum clean all
yum makecache
重装再执行一次
[root@localhost ~]# yum -y update [root@localhost ~]# cat /etc/redhat-release CentOS release 6.7 (Final)
很好,感谢![哈哈]