Linux(6)---Ubuntu 18.04.2LTS 安装Chrome

1、下载chrome的.deb包

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

2、执行.deb

dpkg -i google-chrome-stable_current_amd64.deb

3、启动Chrome

/usr/bin/google-chrome-stable

启动chrome出错

zygote_host_impl_linux.cc(88)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180

4、解决办法

google-chrome --no-sandbox --user-data-dir &

5、再次启动

/usr/bin/google-chrome-stable

 

你可能感兴趣的:(Linux)