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

下载chrome的.deb包

dpkg -i google-chrome-stable_current_amd64.deb

执行.deb

/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

解决办法

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

再次启动

/usr/bin/google-chrome-stable

启动成功



Logo

更多推荐