有时在执行yum命令中短线或强制时没有干净,导致下次运行时提示:Another app is currently holding the yum lock; waiting for it to exit..
解决方法 :
rm -f /var/run/yum.pid
执行以上命令删除yum.pid即可。
有时在执行yum命令中短线或强制时没有干净,导致下次运行时提示:Another app is currently holding the yum lock; waiting for it to exit..
rm -f /var/run/yum.pid