View Single Post
  #3  
Old 2007-01-03, 06:24 PM CST
leigh123linux's Avatar
leigh123linux Offline
Administrator
 
Join Date: Oct 2006
Location: Hampshire UK
Posts: 16,644
try this , it deletes the corrupt rpmdb then builds a new one

su -
rm /var/lib/rpm/__db*
rpm --rebuilddb
yum clean all

Last edited by leigh123linux; 2007-01-03 at 06:26 PM CST.
Reply With Quote