有时在使用yum时,会出现如图所示的情况:
Linux使用yum时显示Another app is currently holding the yum lock
 而/var/run/yum.pid这个文件里面并没有什么特殊的数值,所以这可能是系统自动升级正在运行,所以yum被锁定了,可以通过执行强制措施打断该进程:
 rm -rf /var/run/yum.pid
 运行后会发现正常了:
Linux使用yum时显示Another app is currently holding the yum lock
结束!

相关文章:

  • 2022-12-23
  • 2021-07-01
猜你喜欢
  • 2021-11-15
  • 2022-02-17
  • 2021-12-20
  • 2021-07-16
  • 2021-12-26
  • 2021-08-21
相关资源
相似解决方案