1)下载chrome:chrome download,选择rpm版,下载地址:https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
2) 在Fedora终端用命令: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 >= 4.0 is needed by google-chrome-stable-18.0.1025.162-131933.i386
libXss.so.1 is needed by google-chrome-stable-18.0.1025.162-131933.i386
wget is needed by google-chrome-stable-18.0.1025.162-131933.i386
解决方案:
yum install redhat-lsb
yum install wget
yum install libXScrnSaver
3)再用命令:rpm -ivh google-chrome-stable_current_i386.rpm
完成。