红联Linux门户
Linux帮助

F8下使用yum

发布时间:2008-03-18 15:00:40来源:红联作者:phelix
# yum update
老出错。显示

Existing lock /var/run/yum.pid: another copy is running as pid 2827.
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...

不知道如何解决。(5ty(
文章评论

共有 1 条评论

  1. wmbodbc 于 2008-03-18 16:08:13发表:

    可以直接输入
    [root@localhost ~]# rm -f /var/run/yum.pid
    [root@localhost ~]# /etc/init.d/yum-updatesd stop
    停止 yum-updatesd: [确定]

    我们可以删除这个服务
    #yum remove yum-updatesd

    这样我们需要经常如下手动更新
    #yum update