Use Chrome on Kali System

## Forget about those tutorials, just follow me.



#### 1. download chrome deb file from whatever place



#### 2. install chrome

`dpkg -i google-chrome-stable_current_amd64.deb`

`apt install -f`

`dpkg -i google-chrome-stable_current_amd64.deb`



#### 3. allow root user to run chrome

`vim /opt/google/chrome/google-chrome`

change the last line to `exec -a "$0" "$HERE/chrome" "$@" --no-sandbox --user-data-dir`



#### 4. just click chrome icon, then enjoy it.