Cent7 yum安装提示“/var/run/yum.pid 已被锁定”

在使用yum安装时出现如下错误:
已加载插件:fastestmirror, langpacks

/var/run/yum.pid 已被锁定,PID 为 23109 的另一个程序正在运行。

Another app is currently holding the yum lock; waiting for it to exit…

另一个应用程序是:packageKit

内存: 99 M RSS (982 MB VSZ)

已启动: Thu Sep 27 19:32:35 2018 - 58:52之前

状态  :睡眠中,进程ID:23109

解决办法:
#rm -rf /var/run/yum.pid

猜你喜欢

转载自blog.csdn.net/airenKKK/article/details/86546738