报错信息
[root@server ~]# yum -y install ncurses-devel gcc-c++ perl-Module-Install
已加载插件:fastestmirror, langpacks
/var/run/yum.pid 已被锁定,PID 为 12872 的另一个程序正在运行。
Another app is currently holding the yum lock; waiting for it to exit...
另一个应用程序是:PackageKit
内存:218 M RSS (1.2 GB VSZ)
已启动: Wed Dec 30 14:03:52 2020 - 08:09之前
状态 :运行中,进程ID:12872
Another app is currently holding the yum lock; waiting for it to exit...
另一个应用程序是:PackageKit
内存:218 M RSS (1.2 GB VSZ)
已启动: Wed Dec 30 14:03:52 2020 - 08:11之前
状态 :睡眠中,进程ID:12872
Another app is currently holding the yum lock; waiting for it to exit...
另一个应用程序是:PackageKit
内存:218 M RSS (1.2 GB VSZ)
已启动: Wed Dec 30 14:03:52 2020 - 08:13之前
状态 :睡眠中,进程ID:12872
问题描述
/var/run/yum.pid被锁定
解决方法
rm -f /var/run/yum.pid
在尝试使用yum安装ncurses-devel, gcc-c++, 和perl-Module-Install时,遇到了/var/run/yum.pid被另一个名为PackageKit的应用程序锁定的问题。错误提示显示PackageKit仍在运行,可能状态为运行中或睡眠。解决方法是通过删除文件/var/run/yum.pid来释放锁。
2511





