
jacob
asked Oct 30 2019
Answer
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

syedtousif
Apr 02 2025
Thanks it worked for me
sudhanshusharma
Apr 02 2025
Thank you so much it worked
yisengu
Apr 02 2025
this is the true method! I solve my problem after update "/usr/bin/google-chrome"
harshvardhan
Apr 02 2025
what to do after changing the line.
NamSystem
Apr 02 2025
thank sir it working... 13-Jul-2021

linuxhelp
asked Oct 30 2019
Make sure to include one space between the EXE portion of the path and the first hyphen in "--no-sandbox" and the click "OK.
ayesy
asked Jun 01 2023
edited Aug 24 2023
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
Maskinla
asked Dec 28 2023
edited Dec 29 2023
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.
jamesanderson
asked Apr 20 2023
edited Dec 12 2023
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