yum提示Another app is currently holding the yum lock
yum提示"Another app is currently holding the yum lock"
可能是系统自动升级正在运行,yum在锁定状态中
可以通过强制关掉yum进程:
rm -f /var/run/yum.pid
然后就可以使用yum了
yum提示"Another app is currently holding the yum lock"
可能是系统自动升级正在运行,yum在锁定状态中
可以通过强制关掉yum进程:
rm -f /var/run/yum.pid
然后就可以使用yum了