在linux centos7中安装google chrome谷歌浏览器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在linux centos7中安装google chrome谷歌浏览器相关的知识,希望对你有一定的参考价值。

1,下载google chrome rpm安装包。我在51CTO中已经上传了,可以免费下载。
链接:
https://down.51cto.com/data/2465115

2,下载后使用yum -y install +安装包进行安装。

3,yum 安装后vim /opt/google/chrome/google-chrome 在谷歌浏览器配置文件中最后追加
exec -a "$0" "$HERE/chrome" "$@" --no-sandbox --user-data-dir
即可打开使用。

以上是关于在linux centos7中安装google chrome谷歌浏览器的主要内容,如果未能解决你的问题,请参考以下文章

Centos7.3中安装Oracle12C详细过程

Linux CentOS7系统中安装NodejscnpmGit环境

Linux环境搭建-在虚拟机中安装Centos7.0

如何在linux中安装gcc编译器?

Linux从入门到放弃零基础入门Linux(第四篇):在虚拟机vmware中安装centos7.7

开发人员学Linux:CentOS7中安装JDK8和Tomcat8