解决执行yum命令被锁问题

在安装sharutils 工具的时候 终端提示 “/var/run/yum.pid 已被锁定,PID 为 1610 的另一个程序正在运行。”

root@steven ~]# yum install sharutils -y
已加载插件:fastestmirror, security
/var/run/yum.pid 已被锁定,PID 为 1610 的另一个程序正在运行。
另外一个程序锁定了 yum;等待它退出……
  The other application is: yum
    Memory :  23 M RSS (700 MB VSZ)
    Started: Wed Mar 18 12:24:18 2015 - 00:13 ago
    State  : Uninterruptible, pid: 1610
另外一个程序锁定了 yum;等待它退出……
  The other application is: yum
    Memory :  23 M RSS (701 MB VSZ)
    Started: Wed Mar 18 12:24:18 2015 - 00:15 ago
    State  : Running, pid: 1610
另外一个程序锁定了 yum;等待它退出……
  The other application is: yum
    Memory :  23 M RSS (701 MB VSZ)
    Started: Wed Mar 18 12:24:18 2015 - 00:17 ago
    State  : Sleeping, pid: 1610

网上统一的解决办法:直接在终端运行 rm -f /var/run/yum.pid 将该文件删除,然后再次运行yum。


作者:weiyuanzhuo
来源:CSDN
原文:https://blog.csdn.net/weiyuanzhuo/article/details/52168910
版权声明:本文为博主原创文章,转载请附上博文链接!

你可能感兴趣的:(linux,yum,other,application,is,linux,rpm)