yum因被锁定导致无法执行相关操作的解决方法
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »
说明:执行yum
命令时,提示“Another app is currently holding the yum lock; waiting for it to exit...
”等错误字样。这是因为yum
被锁定无法使用导致的。
方法:
rm -rf /var/run/yum.pid #删除yum.pid强行解除锁定即可
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »
说明:执行yum
命令时,提示“Another app is currently holding the yum lock; waiting for it to exit...
”等错误字样。这是因为yum
被锁定无法使用导致的。
方法:
rm -rf /var/run/yum.pid #删除yum.pid强行解除锁定即可