yum-utils – Check Missing Dependency Problem in Yum

When i tried to install some packages using yum install, the shell prompts me some Missing Dependency errors. And it suggests using package-cleanup to work around the problem.


 

Here are the steps to check the Missing Dependency errors.
1. Install the yum-utils package

  • yum install yum-utils

2. Run the package-cleanup to check the missing dependencies

  • package-cleanup –problems


 

3. Install the missing dependencies

  • yum install e2fsprogs termcap m2crypto tzdata rpm centos-release-notes


Oops… there is another problem
 

4. The problem is solved after upgrading the rpm-python

  • yum upgrade rpm-python

5. Install the missing dependency again

  • yum install e2fsprogs termcap m2crypto tzdata rpm centos-release-notes


 

6. Check the missing dependency with package-cleanup again

 

Done =)

Unfortunately, the missing dependency problem still exists. It seems that it is the problem of installing Tomca6 from JPackage Repository.

One thought on “yum-utils – Check Missing Dependency Problem in Yum”

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.