首页 > 代码库 > yum 时候出现Another app is currently holding the yum lock解决方法
yum 时候出现Another app is currently holding the yum lock解决方法
在centos系统中,YUM安装软件包,出现如下问题解决方法:
/var/run/yum.pid我打开看了,只是一个数,其他的 可能是系统自动升级正在运行,所以yum被锁定了。
可以通过执行
rm -rf /var/run/yum.pid
来强行解除锁定,然后你的yum就可以运行了。
本文出自 “小菜鸟” 博客,请务必保留此出处http://baishuchao.blog.51cto.com/12918589/1932170
yum 时候出现Another app is currently holding the yum lock解决方法
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。