系统相关
首页 > 系统相关> > yum报错:Another app is currently holding the yum lock

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

作者:互联网

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进程

标签:holding,lock,app,currently,pid,报错,Another,yum
来源: https://www.cnblogs.com/fjx2013614/p/14042120.html