Fedora 安装 Chrome

字体大小: 中小 标准 ->行高大小: 标准

1)下载chrome:chrome download,选择rpm版,下载地址:http://www.google.cn/chrome/intl/zh-CN/landing_chrome.html

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

完成。

更多Fedora相关信息见Fedora 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=5

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/66965.html