WHAT'S NEW?
Loading...

Install Chrome in Kali linux

Install Chrome


The easiest way to install Chrome is to really just download the latest version from the chrome site. https://www.google.com/chrome
It should then prompt you to install the “*.deb” version of Chrome, I choose the following version.

Once it is download, you need to run the following command.

1dpkg -i google-chrome-stable_current_amd64.deb
This will install Google Chrome, once it is done, click to launch it.

If you get an error like this when launching Chrome you will need to make some changes.













Run Google Chrome as Root user in Kali Linux

This is the second way of running Google Chrome in Kali Linux. Many will have different views whether it’s a good idea to run as root, but you’re probably running IceWeasel/Firefox/Opera and who knows what browser already while signed into your Google account. So I’ll leave the judgment upto you whether this is what you want to do or not!

Edit required file

leafpad /opt/google/chrome/google-chrome
How to Install Google Chrome in Kali Linux? – Part 2 – Installation - 10 - blackMORE Ops
Go to the end of the file and find this following line:
exec -a "$0" "$HERE/chrome"  "$@"
How to Install Google Chrome in Kali Linux? – Part 2 – Installation - 11 - blackMORE Ops

Add -user-data-dir string

Add –user-data-dir at the end of that line. So the new line would look like this:
How to Install Google Chrome in Kali Linux? – Part 2 – Installation - 12 - blackMORE Ops
Save and close the file.
Now you can run Google Chrome from Application > Internet > Google Chrome in Kali Linux as root user.


0 comments:

Post a Comment

Feel free to give a message

Note: Only a member of this blog may post a comment.