CentOS6.2 upgraded from yum to CentOS6.6

Source: Internet
Author: User

CentOS6.2 upgraded from yum to CentOS6.6

Because only CentOS 6.2 is available, after installation, you can upgrade it through the command line.
View Available Updates
# Yumlist updates
Upgrade centos 6.5
# Yumupdate

Unfortunately, I encountered some errors during this update.

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

Execute the command as prompted.
# Yum update -- skip-broken
And
# Rpm-Va -- nofiles -- nodigest
None of them work. Find the solution through network search:
1. Uninstall qpid-cpp-client first
# Yum-y remove qpid-cpp-client
2. Clear and recreate the cache
# Yum clean all
# Yum makecache
3. Execute the update operation again.
# Yum update

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.