Vote
1
How To Solve Missing Dependency Errors in Yum
Angsuman Chakraborty
April 30th, 2007
Today when I was trying to install createrepo and repoview, I repeatedly got this weird error: Error: Missing Dependency: python(abi) = 2.4. The problem is strange at first sight because yum is designed to include missing dependencies. The solution is very simple, just run:
rpm –rebuilddb
That's it.
Filed under Enterprise Software, Fedora Core 6, How To, Linux, Linux Migration, Tech Note |
|
RSS 2.0 |
Trackback this Article
|
Email this Article
You may also like to read |




































September 9th, 2007 at 11:39 am
can’t agree.
I think so “yum clean all”,”yum -y update” or “rpm –rebuild”.
August 10th, 2008 at 10:13 pm
I think you are confusing RPM commands with Yum.. what you posted doesn’t work.
August 11th, 2008 at 10:59 am
Thanks, fixed.