centos 7 使用yum命令时报错:/var/run/yum.pid 已被锁定,PID 为 96041的另一个程序正在运行

报错内容:

已加载插件:fastestmirror, langpacks
/var/run/yum.pid 已被锁定,PID 为 96041的另一个程序正在运行。
Another app is currently holding the yum lock; waiting for it to exit…
另一个应用程序是:PackageKit
内存: 98 M RSS (519 MB VSZ)
已启动: Sun Mar 19 19:38:51 2023 - 02:15之前
状态 :睡眠中,进程ID:96041

解决办法:

rm -f /var/run/yum.pid

猜你喜欢

转载自blog.csdn.net/weixin_57048716/article/details/129655240