CentOS6.2版本用yum升級到CentOS6.6

來源:互聯網
上載者:User

CentOS6.2版本用yum升級到CentOS6.6

因為手上只有6.2版本的CentOS,安裝好後覺著版本太低了,就通過命令列進行升級
查看可用的更新
#yumlist updates
更新升級到centos 6.5
#yumupdate

不幸的是,我在這次的更新過程中,出現了一些錯誤

Error: Package: matahari-host-0.4.4-11.el6.i686 (@anaconda-CentOS-201112130233.i386/6.2)
Requires: libqpidclient.so.5
Removing: qpid-cpp-client-0.12-6.el6.i686 (@anaconda-CentOS-201112130233.i386/6.2)
libqpidclient.so.5
Updated By: qpid-cpp-client-0.14-22.el6_3.i686 (base)
Not found
Error: Package: matahari-service-0.4.4-11.el6.i686 (@anaconda-CentOS-201112130233.i386/6.2)
Requires: libqpidclient.so.5
Removing: qpid-cpp-client-0.12-6.el6.i686 (@anaconda-CentOS-201112130233.i386/6.2)
libqpidclient.so.5
Updated By: qpid-cpp-client-0.14-22.el6_3.i686 (base)
Not found

根據它的提示,執行命令
# yum update --skip-broken

# rpm -Va --nofiles --nodigest
都不行,經過網路搜尋找到解決辦法:
1、先卸載qpid-cpp-client
# yum -y remove qpid-cpp-client
2、清除重建緩衝
# yum clean all
# yum makecache
3、重新執行更新動作
# yum update

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.