红联Linux门户
Linux帮助

openSUSE安装Chrome浏览器

发布时间:2014-07-07 15:30:46来源:红联作者:velcbo
记录下在openSUSE下安装Chrome浏览器。首先去官网下载Google Chrome:

http://www.google.cn/intl/zh-CN/chrome/browser/

进行安装:

rpm -ivh google-chrome-stable_current_i386.rpm

如果出现下面的warning

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-16.0.912.63-113337.i386
libpng12.so.0 is needed by google-chrome-stable-16.0.912.63-113337.i386

原因是好像缺少了 lsb 和 libpng12-0 套件

安装缺少的套件:

zypper in libpng12-0 lsb

再重新安?就可以正常安?了

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%]
redirecting to systemctl

作者:huangchnegdada
文章评论

共有 0 条评论