系统相关
首页 > 系统相关> > CentOS7 yum提示:another app is currently holding the yum lock;waiting for it to exit

CentOS7 yum提示:another app is currently holding the yum lock;waiting for it to exit

作者:互联网

CentOS7 yum安装软件提示:

 

another app is currently holding the yum lock;waiting for it to exit

 

 

 

yum在锁定状态中。
可以通过强制关掉yum进程:

 

rm -f /var/run/yum.pid

 

然后就可以使用yum了。

 

转载:

https://blog.csdn.net/u011781521/article/details/52950254

 

标签:holding,lock,app,currently,CentOS7,yum,another
来源: https://www.cnblogs.com/xiaoyou2018/p/11752767.html