有时用yum升级一些文件时,会出现以下情况:
another app is currently holding the yum lock;waiting for it to exit...
可以通过强制关掉yum进程:
#rm -f /var/run/yum.pid
然后就可以使用yum了。
another app is currently holding the yum lock;waiting for it to exit
最新推荐文章于 2024-05-11 11:08:49 发布
当使用yum升级文件时遇到'anotherappiscurrentlyholdingtheyumlock;waitingforittoexit...'提示,可通过强制关闭yum进程来解决问题。操作步骤包括:找到并删除/var/run/yum.pid文件,然后重启yum服务即可继续进行升级。
454

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



