kali安装谷歌浏览器

下载deb安装并解决依赖问题

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

apt install gdebi

gdebi google-chrome-stable_current_amd64.deb

谷歌浏览器默认使用普通用户才能运行解决方法如下

vim /opt/google/chrome/google-chrome

找到 exec -a “ 0 " " 0" " 0""HERE/chrome” “$@” 并修改为以下
exec -a “ 0 " " 0" " 0""HERE/chrome” “$@” --user-data-dir --no-sandbox

启动浏览器

 google-chrome

你可能感兴趣的:(个人经验)