Solution to “Another app is currently holding the yum lock; waiting for it to exit”

cat /var/run/yum.pid
<pid>

kill -9 <pid>

To get more details, use

ps -p <pid>

or

ps -ef | grep <pid>

Leave a Reply

Your email address will not be published. Required fields are marked *