CentrioHost Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


WHAT TO DO WHEN A CENTOS 7 YUM UPDATE FAILS

Package manager yum is one of the most important tools available to a CentOS 7 system administrator. If the command fails to work, due to various reasons, the update, installation and removal of packages becomes a very difficult task.

While software can still be installed from RPMs or compiled from source, yum has many advantages such as the automatic installation of dependencies and easy system updates.

In this article, we will assume there are no general issues such as a broken Internet connection or serious system-wide problems.

The goal of this post is to discuss the most common examples of yum command failure, explaining both the root cause and how it can be fixed.

NO REPOSITORIES AVAILABLE

Some CentOS 7 installations don’t configure any yum repositories by default, so yum will be unable to install or update any package.

You can quickly check if this is the case by navigating to the /etc/yum.repos.d folder to see if any files are present, or by executing the following command:

If they are missing, you will have to create and populate the files yourself. A Google search will help you find the right repository information for your version of CentOS 7.

DISABLED REPOSITORIES

Another possible issue is when a repository is configured but disabled, which is hard to troubleshoot because no error message is displayed.

For example, if the epel repository is disabled, trying to install a package such as htop will fail because yum is unable to find it.

Here is an example of a disabled repository in the file /etc/yum.repos.d/epel.repo:

The easy fix is to change the value on the enabled line to 1, then run yum update to refresh the package list and install the software you need.

Individual packages can also be excluded from updates. These are configured in the /etc/yum.conf file, look for a line that starts with exclude.

BROKEN REPOSITORIES

Another very common problem is the presence of broken repositories, which can make the entire yum update process fail.

This can happen for several reasons, such as a typo in the configuration files, or repositories that are no longer available or have changed their URLs.

Unlike other yum issues, this one tends to be easy to diagnose because the program will display an error that indicates the failed repository.

Edit its file in /etc/yum.repos.d and either correct the mistake or disable the broken repository completely, in order to allow the rest of the update to finish.

DEPENDENCY CONFLICTS

Yum will normally install and update any dependencies automatically, without additional user input. There are cases however when a package can’t be installed because a dependency is not found or is the wrong version.

This issue can be quite complex and there is no general fix available for it.

Sometimes you can simply install the missing dependencies manually, and then execute the initial command again. Version conflicts can be fixed by uninstalling the package found on the system.

In some cases, the only option is to configure an additional repository where the correct dependency can be found.

CACHING PROBLEMS

The package manager can be configured to keep package data on disk after an installation, in order to speed up future tasks.

By default, the location where the data is stored is the /var/cache/yum folder.

Sometimes, the cache can become corrupt and cause the command to fail completely. You can manually delete all the contents of the cache folder, or use the yum command itself to clean it:

The above command deletes all data in the folder, an alternative is to force yum to check the cache without deleting it:

DATABASE PROBLEMS

CentOs 7 systems maintain two different package databases on disk, both of them can become corrupted and lead to errors.

When the RPM database is broken, yum will throw errors similar to “Fatal error, run database recovery”.

You will have to manually delete the database, and then rebuild it with these commands:

Yum’s own package information database is stored under the folder /var/lib/yum/yumdb and can be accessed using the yumdb command (part of the yum-utils package).

When the database is broken, it can trigger the “database disk image is malformed” error when running yum.

In most cases, the issue is easily fixed with this command:

However, if updates still fail afterwards, you might have to rebuild the RPM database first, and then clean the yum one again.

 

Yum is a very powerful package manager that greatly simplifies software installation and updates. While there are many possible causes of yum failure, we have presented the most common ones in the limited space of this blog post, as well as the required troubleshooting steps.

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

SatSunMonTueWedThuFri
 12345
6789101112
13141516171819
20212223242526
27282930 

Over 20000 Satisfied Customers!

  • web hosting reviewer
    Valerie Quinn
    CTO, Acteon Group

    Centriohost staff were fantastic, I had a concern with a domain and they got back to me very quickly and they helped me to resolve the issue! ~ . . . Read more

  • Joomla hosting reviewer
    Collin Bryan
    Photographer, Allister Freeman

    I'm using centrio for my portfolio since 2006. The transition was seamless, the support was immediate, and everything works perfectly. ~ . . . Read more

  • dedicated server reviewer
    Harry Collett
    Actor, A&J Artists

    Very easy to understand & use even though I am not very technologically minded. No complications whatsoever & I wouldn't hesitate to recommend it to all. ~ . . . Read more

  • vps web hosting reviewer
    Porfirio Santos
    Technician, Diageo PLC

    Centrio support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Centriohost have been amazingly responsive and helpful to any of my queries 👍👍👍 ~ . . . Read more

  • wordpress hosting plans reviewer
    Catherine Auer
    Doctor, SmartClinics

    Anytime I've had a problem I can't solve, I've found Centriohost to be diligent and persistent. They simply won't let an issue go until the client is happy. ~ . . . Read more

  • reseller hosting reviewer
    Effectivo Social
    Freelancer, Fiverr

    Recommend their shared hosting for all my SME web design clients. Their cloud or VME offerings are too great to deal with. Pricing is perfect and suitable for all users (͠≖ ͜ʖ͠≖) 👌 ~ . . . Read more

Top