当前位置: > CentOS > CentOS故障 >

解决 yum 安装软件时提示被锁定

时间:2014-06-23 22:49来源:linux.it.net.cn 作者:IT网
有时用yum升级一些文件时,会出现以下情况:
Existing lock /var/run/yum.pid: another copy is running as pid 3046.
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...
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进程:

 

rm -f /var/run/yum.pid
service yum-updatesd restart

 

然后就可以使用yum了。 (责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容