Kali 安装chrome浏览器

1.下载chrome浏览器linux

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

2. 安装经过dpkgvim

dpkg -i google-chrome-stable_current_amd64.deb浏览器

3.安装时可能会出现包依赖问题,依赖哪一个包就安装哪一个包。我遇到的是依赖libappindicator3-1.app

apt-get install libappindicator3-1google

4.第三步安装时又依赖libappindicator3-7,因而用apt --fix-broken install修复get

5.修复完后再来重复步骤2即成功安装table

6.安装完后chrome会遇到打不开的问题,须要执行vim /usr/bin/X11/google-chrome下载

在文末添加<--user-data-dir --no-sandbox>保存后便可打开chrome。im