kcheckmail.pl diskusage.sh
Nov 03

I often find that installing certain rpms corrupt the whole rpm database. Usually, a rpm --rebuilddb command fixes it, but sometimes, even this doesn’t work. The way to fix this is:

rm -f /var/lib/rpm/__db*
rpm -vv --rebuilddb

Leave a Reply