1. 程式人生 > >yum執行時提示被鎖住瞭解決辦法

yum執行時提示被鎖住瞭解決辦法

yum執行時提示被鎖住瞭解決辦法
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、[

[email protected] ~]# rm -r /var/run/yum.pid
rm:是否刪除 一般檔案 “/var/run/yum.pid”? y
[[email protected] ~]# /sbin/service yum-updatesd restart
停止 yum-updatesd: [確定]
啟動 yum-updatesd: [確定]

3、[[email protected] ~]# yum install gcc*

搞定!!!