首页 > 代码库 > yum 出现Existing lock /var/run/yum.pid: another copy is running as pid:3355
yum 出现Existing lock /var/run/yum.pid: another copy is running as pid:3355
使用yum命令时,出现:
Existing lock /var/run/yum.pid: another copy is running as pid:3355.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum-updatesd-he
……
主要原因就是yum在自动更新 只要关掉他就可以了
解决方案:
直接输入 rm -f /var/run/yum.pid
或者: /etc/init.d/yum-updatesd stop
也可以等更新完了再进行安装
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。