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

完成。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-08-25
  • 2022-03-02
猜你喜欢
  • 2021-07-10
  • 2021-06-24
  • 2022-12-23
  • 2022-02-18
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
相关资源
相似解决方案