centos在yum install報錯:Another app is currently holding the yum lock解決方法
centos在yum install報錯:Another app is currently holding the yum lock,這個問題可能是很多的新手經常遇到問題,之前也有人問我,包括本人在剛剛學習centos的時候也遇到過。
Another app is currently holding the yum lock,這個意思很明顯就是說,有另外一個應用在使用yum,被占用鎖定了,所以咋辦呢,直接結束掉呗。
可以通過強制關掉yum進程:
# rm -f /var/run/yum.pid
然後就可以使用yum了。OK,很簡單。