使用yum命令時(shí)報(bào)錯(cuò):
Existing lock /var/run/yum.pid.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
解決方法:
刪除yum的pid文件
rm -f /var/run/yum.pid
然后就可以正常使用yum命令了
使用yum命令時(shí)報(bào)錯(cuò):
Existing lock /var/run/yum.pid.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
解決方法:
刪除yum的pid文件
然后就可以正常使用yum命令了