首页 > 移动平台 > 详细

yum下提示Another app is currently holding the yum lock

时间:2014-07-30 17:52:04      阅读:479      评论:0      收藏:0      [点我收藏+]

解决方案:

1、查看:ps -ef | grep yum

root      3160     1  0 14:47 ?        00:00:00 /usr/bin/python -tt /usr/sbin/yum-updatesd

root      3340  3160  0 14:47 ?        00:00:00 /usr/bin/python -tt /usr/libexec/yum-updatesd-helper --check --dbus

root      3458  3374  0 14:56 pts/1    00:00:00 grep yum

2、kill 3160  3340  (kill 掉相关进程,多个进程用“空格分隔”)


3、可以删除 yum.pid文件 rm /etc/yum.pid


4、yum install *

yum下提示Another app is currently holding the yum lock,布布扣,bubuko.com

yum下提示Another app is currently holding the yum lock

原文:http://shine20.blog.51cto.com/8640643/1532832

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