Friday, 31 March 2017

Unix rpm -qa command hangs

Issue:

While executing rpm -qa the command hangs for long time

Solution:


Remove the below file from the server and retry the command.

rm -rf /var/lib/rpm/ __db.*
 


No comments: