yum安装提示Another app is currently holding the yum lock; waiting for it to exit...
Posted Aiden郭祥跃
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yum安装提示Another app is currently holding the yum lock; waiting for it to exit...相关的知识,希望对你有一定的参考价值。
在Linux系统中使用yum安装软件时,提示yum处于锁定状态
1 Another app is currently holding the yum lock; waiting for it to exit...
通过查询得知,可能是系统内部在自动升级,可通过强制关闭yum进程
1 #rm -f /var/run/yum.pid
之后yum就可以正常使用了
以上是关于yum安装提示Another app is currently holding the yum lock; waiting for it to exit...的主要内容,如果未能解决你的问题,请参考以下文章