Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How the CentOS6.2 version uses yum to upgrade to CentOS6.6

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the CentOS6.2 version of how to use yum to upgrade to CentOS6.6, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand.

Because I only have version 6.2 of CentOS on hand, I feel that the version is too low after installation, so I upgrade it through the command line.

View available updates

# yum list updates

Update to centos 6.5

# yum update

Unfortunately, I made some mistakes in 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

According to its prompt, execute the command

# yum update-skip-broken

And

# rpm-Va-nofiles-nodigest

No, after searching the Internet to find a solution:

1. Uninstall qpid-cpp-client first

# yum-y remove qpid-cpp-client

2. Clear the rebuild cache

# yum clean all

# yum makecache

3. Perform the update action again

# yum update

Thank you for reading this article carefully. I hope the article "how to upgrade the CentOS6.2 version to CentOS6.6 using yum" shared by the editor will be helpful to everyone. At the same time, I also hope you will support us and follow the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report