centos在yum install报错:Another app is currently holding the yum lock解决方法

2023-04-07编程技术241669

centos在yum install报错:Another app is currently holding the yum lock,这个问题可能是很多的新手经常遇到问题,之前也有人问我,包括本人在刚刚学习centos的时候也遇到过。

Another app is currently holding the yum lock,这个意思很明显就是说,有另外一个应用在使用yum,被占用锁定了,所以咋办呢,直接结束掉呗。

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

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

然后就可以使用yum了。OK,很简单。

来源:http://www.jincon.com,转载请附上出处哦。

centos在yum install报错:Another app is currently holding the yum lock解决方法的相关教程结束。

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

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