首页 > 代码库 > google-chrome的安装

google-chrome的安装


下载地址:

http://www.chrome64bit.com/index.php/google-chrome-64-bit-for-linux

安装时报错

root@www Downloads]# rpm -ivh google-chrome-stable_current_x86_64.rpm 

warning: google-chrome-stable_current_x86_64.rpm: Header V4 DSA/SHA1 Signature, 

key ID 7fac5991: NOKEY

error: Failed dependencies:

    lsb >= 4.0 is needed by google-chrome-stable-55.0.2883.75-1.x86_64

        libXss.so.1()(64bit) is needed by

        google-chrome-stable-55.0.2883.75-1.x86_64


1)dnf install lsb

2)dnf install libXScrnSaver 


rpm -ivh  google-chrome-stable_current_x86_64.rpm




本文出自 “12208412” 博客,请务必保留此出处http://12218412.blog.51cto.com/12208412/1881791

google-chrome的安装