another app is currently holding the yum lock;waiting for it to exit解决

前端之家收集整理的这篇文章主要介绍了another app is currently holding the yum lock;waiting for it to exit解决前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

another app is currently holding the yum lock;waiting for it to exit解决

有时用yum升级一些文件时,会出现以下情况:
another app is currently holding the yum lock;waiting for it to exit...

可以通过以下命令强制关掉yum进程:

# rm -f /var/run/yum.pid

然后就可以使用yum了。

done!

猜你在找的Linux相关文章