刚刚打开虚拟机,然后打算安装sharutils 工具
在安装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。

相关文章:

  • 2021-07-21
  • 2021-05-06
  • 2021-04-19
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-06
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2021-12-31
相关资源
相似解决方案