问题描述:
在centos7下使用yum进行软件安装时报yum.pid已经被锁定,如下所示:
[root@centos7-129 ~]# yum -y install dhcp
已加载插件:fastestmirror, langpacks
/var/run/yum.pid 已被锁定,PID 为 10830 的另一个程序正在运行。
Another app is currently holding the yum lock; waiting for it to exit...
另一个应用程序是:PackageKit
内存:258 M RSS (1.1 GB VSZ)
已启动: Tue Sep 24 20:56:22 2019 - 04:04之前
状态 :睡眠中,进程ID:10830
** 解决办法:**
直接删除/var/run/yum.pid即可
[root@centos7-129 ~]# rm -rf /var/run/yum.pid
[root@centos7-129 ~]# yum -y install dhcp
已加载插件:fastestmirror, langpacks # yum安装恢复正常
Loading mirror speeds from cached hostfile