红联Linux门户
Linux帮助

Fedora安装Google浏览器出错及其解决办法

发布时间:2014-12-15 21:28:11来源:linux网站作者:fcstom

1.从Google 官网下载rpm包:

google-chrome-stable_current_i386.rpm:http://www.google.com/chrome/


2.安装时候出现如下错误:

[root@www 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 Downloads]#yum install lsb (yum安装很强大,能yum就yum)


4.安装googlechrome
[root@www 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了!