yum安装出现“/var/run/yum.pid 已被锁定”

from:

http://www.07net01.com/2015/09/929200.html

在进行yum安装时出现如下错误:

已加载插件:fastestmirror,langpacks

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

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

另一个应用程序是:packageKit

内存: 99 M RSS (982 MB VSZ)

已启动: Thu Sep 17 14:32:44 2015 - 58:52之前

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

解决方法:

# rm -rf /var/run/yum.pid
使用该命令将其删除即可重新运行,进行yum安装

相关文章

用的openwrt路由器,家里宽带申请了动态公网ip,为了方便把2...
#!/bin/bashcommand1&command2&wait从Shell脚本并行...
1.先查出MAMP下面集成的PHP版本cd/Applications/MAMP/bin/ph...
1、先输入locale-a,查看一下现在已安装的语言2、若不存在如...
BashPerlTclsyntaxdiff1.进制数表示Languagebinaryoctalhexa...
正常安装了k8s后,使用kubect工具后接的命令不能直接tab补全...