侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

yum使用出现“another app is currently holding the yum lock;waiting for it to exit...”

2023-12-04 星期一 / 0 评论 / 0 点赞 / 70 阅读 / 512 字

another app is currently holding the yum lock;waiting for it to exit解决 有时用yum升级一些文件时,会出现以下情况: www.

another app is currently holding the yum lock;waiting for it to exit解决

 

有时用yum升级一些文件时,会出现以下情况:

  www.2cto.com  

another app is currently holding the yum lock;waiting for it to exit...

 

可以通过强制关掉yum进程:

  www.2cto.com  

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

 

然后就可以使用yum了。

广告 广告

评论区