首页 > 移动平台 > 详细

yum报错:Another app is currently holding the yum lock

时间:2020-11-26 15:40:39      阅读:37      评论:0      收藏:0      [点我收藏+]

Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 84 M RSS (1.0 GB VSZ)
Started: Thu Nov 26 14:18:01 2020 - 02:14 ago
State : Sleeping, pid: 2996 Another app is currently holding the yum lock; waiting for it to exit...

yum进程正在被其他程序占用,使用 ps aux | grep yum 查看yum进程。
如果无所谓可以杀死该进程 kill -s 9 pid(yum进程pid)
如果还是不行就用 rm -f /var/run/yum.pid 强制结束yum进程

yum报错:Another app is currently holding the yum lock

原文:https://www.cnblogs.com/fjx2013614/p/14042120.html

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