CentOS7 yum安装软件提示: Another app is currently holding the yum lock解决方法
centos yum install报错:Another app is currently holding the yum lock解决方法
解决办法:
rm -rf /var/run/yum.pid
来强行解除锁定,然后就可以正常使用yum了!
CentOS7 yum安装软件提示: Another app is currently holding the yum lock解决方法
centos yum install报错:Another app is currently holding the yum lock解决方法
解决办法:
rm -rf /var/run/yum.pid
来强行解除锁定,然后就可以正常使用yum了!