当前位置:   article > 正文

执行yum出现Loaded plugins: fastestmirror, langpacks Existing lock /var/run/yum.pid: another copy is ...

loaded plugins: fastestmirror, langpacks existing lock /var/run/yum.pid: ano

执行yum install的时候出现:

  1. Loaded plugins: fastestmirror, langpacks
  2. Existing lock /var/run/yum.pid: another copy is running as pid 2847.
  3. Another app is currently holding the yum lock; waiting for it to exit...

yum在锁定状态中。 
已经有一个yum进程在运行了,可以使用kill干掉它:

kill -s 9 2847

如果不可以用kill杀死,可以强制停掉yum

rm -f /var/run/yum.pid

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/340484
推荐阅读
相关标签
  

闽ICP备14008679号