another app is currently holding the yum lock;waiting for it to exit...
有时用yum升级一些文件时,会出现以下情况:
another app is currently holding the yum lock;waiting for it to exit...
可以通过强制关掉yum进程:
#rm -f /var/run/yum.pid
然后就可以使用yum了。
CHROME安装:yum install -y redhat-lsb 这一步大概要10分钟左右。
rpm -ivh google-chrome-beta_current_i386.rpm
安装Realplayer 11
rpm -ivh RealPlayer11GOLD.rpm
参考出处:
[root@cortex tmp]# rpm -ivh google-chrome-stable_current_i386.rpm
warning: google-chrome-stable_current_i386.rpm: Header V4 DSA signature: NOKEY, key ID 7fac5991
error: Failed dependencies:
libnss3.so(NSS_3.12.3) is needed by google-chrome-stable-12.0.742.100-88853.i386
[root@cortex tmp]# rm -f /var/run/yum.pid
[root@cortex tmp]# yum install redhat-lsb
Loaded plugins: refresh-packagekit
Setting up Install Process
Parsing package install arguments
Package redhat-lsb-3.2-6.fc10.1.i386 already installed and latest version
Nothing to do
[root@cortex tmp]# rpm -ivh google-chrome-stable_current_i386.rpm --nodeps
warning: google-chrome-stable_current_i386.rpm: Header V4 DSA signature: NOKEY, key ID 7fac5991
Preparing... ########################################### [100%]
1:google-chrome-stable ########################################### [100%]
job 1 at 2011-06-22 22:23
[root@cortex tmp]#
阅读(1244) | 评论(0) | 转发(0) |