another app is currently holding the yum lock;waiting for it to exit解决

有时用yum升级一些文件时,会出现以下情况:
another app is currently holding the yum lock;waiting for it to exit...

可以通过以下命令强制关掉yum进程:

# rm -f /var/run/yum.pid

然后就可以使用yum了。

done!

相关文章:

  • 2022-02-04
  • 2022-12-23
  • 2021-07-01
  • 2021-06-21
  • 2022-12-23
  • 2021-12-26
猜你喜欢
  • 2021-07-07
  • 2021-09-02
  • 2022-01-23
  • 2022-12-23
相关资源
相似解决方案