YUM

YUM

[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...
可以直接输入 rm  -f   /var/run/yum.pid

也可以/etc/init.d/yum-updatesd stop
   
主要原因就是yum在自动更新  只要关掉它就可以了
每次执行yum install 时都是以上信息,请问怎么能把它解决掉?
用ctrl c退出来,在用命令kill -9 2640(按你提供的就是2640,具体情况看pid后面的数字)把那个进程杀掉就可以了
然后在执行yum -install ************ 就可以了