首页 > 其他 > 详细

yum 出现Existing lock /var/run/yum.pid: another copy is running as pid:3355

时间:2014-08-11 15:21:03      阅读:338      评论:0      收藏:0      [点我收藏+]

使用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

也可以等更新完了再进行安装


yum 出现Existing lock /var/run/yum.pid: another copy is running as pid:3355,布布扣,bubuko.com

yum 出现Existing lock /var/run/yum.pid: another copy is running as pid:3355

原文:http://5148737.blog.51cto.com/5138737/1538486

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!