美文网首页
yum运行时提示被锁住了解决办法

yum运行时提示被锁住了解决办法

作者: wolfe404 | 来源:发表于2018-05-22 11:04 被阅读0次

    1、当大家用linux的yum时,是不是经常会遇到下面的情况

    Loaded plugins: fastestmirror

    Existing lock /var/run/yum.pid: another copy is running as pid 3404.

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

    The other application is: yum

    Memory : 41 M RSS (253 MB VSZ)

    Started: Wed Apr 11 07:03:37 2012 - 00:25 ago

    State : Sleeping, pid: 3404

    没关系,两条语句就可以搞定它。

    2、[root@localhost Downloads]# rm -r /var/run/yum.pid

    rm:是否删除 一般文件 “/var/run/yum.pid”? y

    [root@localhost Downloads]# /sbin/service yum-updatesd restart

    停止 yum-updatesd: [确定]

    启动 yum-updatesd: [确定]

    3、[root@localhost Downloads]# yum install gcc

    相关文章

      网友评论

          本文标题:yum运行时提示被锁住了解决办法

          本文链接:https://www.haomeiwen.com/subject/eylhjftx.html