Today, I need to update my CentOS servers. So I fire up #yum -y updateIt ends up with error that say "rpm database corrupted"After googling, I get the way to fix it back.To Fix The RPM's Corrupted Database #rm -f /var/lib/rpm/__db*
#rpm --rebuilddb#yum -y updateI hope that this tip may save someone out there. :)
No comments:
Post a Comment