yum报错:Another app is currently holding the yum lock
时间:2020-11-26 15:40:39
收藏:0
阅读:40
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进程
原文:https://www.cnblogs.com/fjx2013614/p/14042120.html
评论(0)