CentOS7 安装Chrome
Posted lenmom
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7 安装Chrome相关的知识,希望对你有一定的参考价值。
1. 下载Chrome浏览器的rpm包
https://www.chrome64bit.com/index.php/google-chrome-64-bit-for-linux
2. 安装Chrome浏览器
rpm -ivh google-chrome-stable_current_x86_64.rpm
如果出现下面错误消息,则表明缺少依赖包:
[[email protected] 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: libXss.so.1()(64bit) is needed by google-chrome-stable-67.0.3396.87-1.x86_64 libappindicator3.so.1()(64bit) is needed by google-chrome-stable-67.0.3396.87-1.x86_64 libnss3.so(NSS_3.22)(64bit) is needed by google-chrome-stable-67.0.3396.87-1.x86_64 libssl3.so(NSS_3.28)(64bit) is needed by google-chrome-stable-67.0.3396.87-1.x86_64
针对错误消息中的每个依赖包,执行命令repoquery --nvr --whatprovides <依赖文件>,安装输出包, such as:
[[email protected] Downloads]# repoquery --nvr --whatprovides libappindicator3.so.1 libappindicator-gtk3-12.10.0-13.el7 [[email protected] Downloads]# yum install -y libappindicator-gtk3-12.10.0-13.el7
发现亮点了吗?!!!
直到所有依赖包都安装完成,再执行命令:
rpm -ivh google-chrome-stable_current_x86_64.rpm
没有安装中文输入法,打字太难受了!!! By now, all the installation work has been down. enjoy youself using Chrome.
以上是关于CentOS7 安装Chrome的主要内容,如果未能解决你的问题,请参考以下文章