当前位置: 首页 > 工具软件 > Packagekit > 使用案例 >

yum被packagekit占用问题解决

叶明辉
2023-12-01
使用centos时,使用yum安装软件,老是会遇到这种提示:
  1. Existing lock /var/run/yum.pid: another copy is running as pid 3053.  

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

  3. The other application is: PackageKit  

  4. Memory : 37 M RSS ( 82 MB VSZ)  

  5. Started: Sun Jan 24 16:11:53 2010 - 14:44 ago  

  6. State : Sleeping, pid: 3053  


后来才发现只要把/etc/yum/pluginconf.d/refresh-packagekit.conf改为如下:

  1. enabled=0  

  2. 然后重启linux系统设置生效。

  3. shutdown -r now 重启lniux系统计算机 或者 reboot 重启lniux系统计算机

 类似资料: