kali google

1. download and install

apt-get install gdebi
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
gdebi google-chrome-stable_current_amd64.deb

2. note

[11244:11244:0325/041529.830355:ERROR:zygote_host_impl_linux.cc(90)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.

vim /usr/bin/google-chrome-stable [modify the end line to this]

exec -a "$0" "$HERE/chrome" "$@" --no-sandbox $HOME
原文地址:https://www.cnblogs.com/yugengde/p/8645287.html