yum安装提示Another app is currently holding the yum lock; waiting for it to exit...

2023-04-07编程技术297083

在Linux系统中使用yum安装软件时,提示yum处于锁定状态

 Another app is currently holding the yum lock; waiting for it to exit...

通过查询得知,可能是系统内部在自动升级,可通过强制关闭yum进程

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

之后yum就可以正常使用了

yum安装提示Another app is currently holding the yum lock; waiting for it to exit...的相关教程结束。

本文地址:https://www.ufcn.cn/tutorials/2424030.html

如非特殊说明,本站内容均来自于网友自主分享,概不代表本站观点,如有任何问题我们都将在收到反馈后的第一时间进行处理!