kali linux 安装 google chrome

版权声明:本文为博主原创文章,可以自由转载。 https://blog.csdn.net/u010953692/article/details/90739807
╰─➤  wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
╰─➤  apt-cache search gdebi
╰─➤  apt-get install gdebi
╰─➤  gdebi google-chrome-stable_current_amd64.deb
╰─➤  google-chrome
[5265:5265:0602/151702.249851:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180ç
  • 添加 --no-sandbox -user-data-dir
/usr/bin/google-chrome-stable %U --no-sandbox -user-data-dir

在这里插入图片描述
参考:

  1. How to install Google Chrome Browser on Kali Linux
  2. 在 Kali Linux 中如何安装 Google Chrome
  3. Google Chrome以root身份启动

猜你喜欢

转载自blog.csdn.net/u010953692/article/details/90739807