Install Google Chrome For Kali Linux & Fix Errors Working 100%
This Is For Kali Linux Not For Windows Users In This Video We Install Google Chrome For Kali Linux & Fix Errors Working 100%
1st go here https://www.google.com/chrome/
download the ubuntu package.
now open terminal and type
cd Download" and hit enter
dpkg -i (your package) i.e dpkg -i google-chrome-stable_current_amd64.deb
just replace with your google-chrome.......
type
apt-get install -f
and again re type dpkg -i (your package)
type
useradd -m chromeuser
hit enter
now to run google type in a terminal
google-chrome-stable --no-sandbox
thats it for now in my other video i show you how to launch
and fix google not launching its quick and simple.
if you would like to try right now withou the video just open a new terminal and type
nano /opt/google/chrome/google-chrome
and at the very bottom line add this to the end of the line
--usr-bin --no-sandbox it should look like this
exec -a "$0" "$HERE/chrome" "$@" --usr-bin --no-sandbox
to exit out and save hold Ctl + x and type y when promted and hit enter.
thats it folks.