CentOS更新时,yum提示another app is currently holding the yum lock;waiting for it to exit

By NiceJudy No comments

CentOS在使用 yum update 或者 yum makecache 的时候,提示another app is currently holding the yum lock;waiting for it to exit。是因为yum被锁定。如果需要强制结束,输入以下命令。

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

发表回复