Technology Blog
A technology blog focusing on areas such as Linux, open source tools and scripting
Monday, 2 September 2013
Rebuild RPM DB
This may need to be done in instances where simple commands such as rpm -qa hang. Steps:-
Kill all rpm and yum processes
yum clean all
rm -f /var/lib/rpm/__db*
rpm -v --rebuilddb
yum makecache
Newer Post
Older Post
Home