当我们用yum 命令时有如下提醒

 

Another app is currently holding the yum lock

 

 而且还不断的死循环等待!!!!

我在注意观察提示信息

 

 

Another app is currently holding the yum lock

这个进程在占用 yum,我们需要把他停掉

 

 用这个命令rm -rf /var/run/yum.pid

Another app is currently holding the yum lock

 

 问题解决了!!!

相关文章: