1.从Google 官网下载rpm包:
google-chrome-stable_current_i386.rpm (点此链接)
2.安装时候出现如下错误:
[root@www.linuxidc.com Downloads]#rpm -ivh google-chrome-stable_current_i386.rpm
warning: google-chrome-stable_current_i386.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
error: Failed dependencies:
lsb >= 3.2 is needed by google-chrome-stable-11.0.696.65-84435.i386
3.google之后发现是没有安装 LSB
[root@www.linuxidc.com Downloads]#yum install lsb (yum安装很强大,能yum就yum)
4.安装googlechrome
[root@www.linuxidc.com Downloads]#rpm -ivh google-chrome-stable_current_i386.rpm
warning: google-chrome-stable_current_i386.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY
Preparing… ########################################### [100%]
1:google-chrome-stable ########################################### [100%]
job 1 at Thu May 12 13:45:00 2011
就ok了!