红联Linux门户
Linux帮助

YUM

发布时间:2008-08-01 13:10:44来源:红联作者:tianqiuji
[root@localhost tqj]# yum install scim-lang-chinese
Loaded plugins: refresh-packagekit
Existing lock /var/run/yum.pid: another copy is running as pid 2640.
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...
文章评论

共有 3 条评论

  1. seanzhang19 于 2008-08-05 12:30:48发表:

    用ctrl c退出来,在用命令kill -9 2640(按你提供的就是2640,具体情况看pid后面的数字)把那个进程杀掉就可以了
    然后在执行yum -install ************ 就可以了

  2. tianqiuji 于 2008-08-02 03:43:56发表:

    每次执行yum install 时都是以上信息,请问怎么能把它解决掉?

  3. 5trnga 于 2008-08-01 13:24:29发表:

    可以直接输入 rm -f /var/run/yum.pid

    也可以/etc/init.d/yum-updatesd stop

    主要原因就是yum在自动更新 只要关掉它就可以了