您的位置:首页 > 移动开发

Another app is currently holding the yum lock; waiting for it to exit解决方法

2017-03-05 13:16 501 查看

Another app is currently holding the yum lock; waiting for it to exit解决方法

有时用yum安装或者升级一些程序时中断后,再次使用yum指令时会出现以下情况:



Another app is currently holding the yum lock; waiting for it to exit…

The other application is: yum

可以通过强制关掉yum进程来解决,指令如下:

rm -f /var/run/yum.pid


然后就可以愉快地使用yum了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  centos yum
相关文章推荐