How to run Google Chrome as root in Centos 7,8 / Redhat 7,8 / Fedora
How to run Google Chrome as root in Centos 7,8 / Redhat 7,8 / Fedora
To Install Google Chrome in centos , redhat , fedora click on the link below.
Install Google Chrome in Centos , Redhat , Fedora
1) Open Terminal and make changes in the binary file of Google Chrome.
go to the end of the file and look for the line which starts with exec -a “$0” “$HERE/chrome” “[email protected]” and add this parameter in the end –no-sandbox
vi /usr/bin/google-chrome
press i to get into insert mode
exec -a “$0” “$HERE/chrome” “[email protected]” –no-sandbox
after making changes in the file press escape from keyboard and press :wq! to write and quite from file.
press i to get into insert mode
exec -a “$0” “$HERE/chrome” “[email protected]” –no-sandbox
after making changes in the file press escape from keyboard and press :wq! to write and quite from file.

Recent Comments