centos 7 install Google Chrome

First, go to the official website to download google browser: https://www.google.cn/chrome/

[root@localhost ~]#yum -y install google-chrome-stable_current_x86_64.rpm

After installation is complete, we find google icon does not open the browser, we execute the following command in the terminal:

[root@localhost ~]# rpm -ql google-chrome-stable

[root@localhost ~]#/usr/bin/google-chrome-stable   --no-sandbox

Find command can directly open the browser, the problem root privileges.

Right-click on the Google browser, select Properties, add --no-sandbox, re-open the Google browser in order behind it.

Guess you like

Origin blog.csdn.net/sxjwcs/article/details/91350397