Home  >  Article  >  Operation and Maintenance  >  What should I do if I can’t open the chrome browser after installing it on centos?

What should I do if I can’t open the chrome browser after installing it on centos?

王林
王林Original
2020-03-27 14:06:136996browse

What should I do if I can’t open the chrome browser after installing it on centos?

Question:

is entered directly in Terminal to open, and the following information is prompted:

What should I do if I can’t open the chrome browser after installing it on centos?

(recommended tutorial: centos tutorial)

Solution:

1. Open the shortcut file of the Chrome browser

The command is as follows:

$ vi /usr/share/applications/google-chrome.desktop

2. Modify Exec=/usr/bin/google-chrome-stable %U and add –no-sandbox

after it as shown below:

What should I do if I can’t open the chrome browser after installing it on centos?

3. Save and exit.

Recommended related video tutorials: linux video tutorial

The above is the detailed content of What should I do if I can’t open the chrome browser after installing it on centos?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn