centos在yum install报错:Another app is currently holding the yum lock解决方法
Another app is currently holding the yum lock,这个意思很明显就是说,有另外一个应用在使用yum,被占用锁定了,所以咋办呢,直接结束掉,可以通过强制关掉yum进程:
sudo rm -f /var/run/yum.pid
本文介绍了解决CentOS中使用yum安装时遇到Anotherappiscurrentlyholdingtheyum.lock错误的方法。该错误提示通常意味着另一个应用程序正在使用yum,并且持有yum的锁文件。文中提供了一种简单的解决方案:通过强制关闭yum的进程来释放锁。
centos在yum install报错:Another app is currently holding the yum lock解决方法
Another app is currently holding the yum lock,这个意思很明显就是说,有另外一个应用在使用yum,被占用锁定了,所以咋办呢,直接结束掉,可以通过强制关掉yum进程:
sudo rm -f /var/run/yum.pid
2917
783
1632

被折叠的 条评论
为什么被折叠?