-1

How to fix Chrome (--no-sandbox is not supported) error in centos

How to fix the error([10972:10972:1030/185742.757420:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.)
, when I run
google-chrome in centos

google chrome
Comments
murphyevelyn
Mar 07 2023
Great posts! I am actually getting ready to across this information, is very helpful my friend. <br />
Add a comment
jacob
asked Oct 30 2019

Answer

-1

Answer:

To fix the above (Running as root without --no-sandbox is not supported) error, use following steps:

step1: Edit the below file

vim /usr/bin/google-chrome

instead of this line

exec -a "$0" "$HERE/chrome" "$@"

use line

exec -a "$0" "$HERE/chrome" "$@"  --no-sandbox
Comments
syedtousif
May 05 2024
Thanks it worked for me
sudhanshusharma
May 05 2024
Thank you so much it worked
yisengu
May 05 2024
this is the true method! I solve my problem after update "/usr/bin/google-chrome"
harshvardhan
May 05 2024
what to do after changing the line.
NamSystem
May 05 2024
thank sir it working... 13-Jul-2021
Add a comment
linuxhelp
asked Oct 30 2019
Post your Answer
-1

Make sure to include one space between the EXE portion of the path and the first hyphen in "--no-sandbox" and the click "OK.

Add a comment
ayesy
asked Jun 01 2023
edited Aug 24 2023
Post your Answer
-1

I hired an expert to help me with the problem because I was having the same problem but couldn't figure out how to solve

Add a comment
Maskinla
asked Dec 28 2023
edited Dec 29 2023
Post your Answer
-1

I also faced the same issue but still can't figure it out how to solve this and due to this issue i hire an expert one for, and i still looking a solution for this issue.

Add a comment
jamesanderson
asked Apr 20 2023
edited Dec 12 2023
Post your Answer