How to install Google Chrome on KaliLinux 2.0
First lets download google chrome
If your computer is 32 bit then download 32 bit and if it is 64 bit then download 64 bit file
Step 1: Get the deb file
You need to download the Chrome .deb file to install on your Kali
Machine. Go here and download the .deb ( Make sure you download the
correct one 32bit or 64bit )
Download the Google-Chrome.deb
Step 2: Installing the deb using dpkg
Let install the .deb file. For that, open up a terminal and “cd” to the directory where you have downloaded the deb file. Remember to use “sudo” if you’re not root. As a side not, you can install any .deb file on Kali or any Debian based distro using the following command.
Download the Google-Chrome.deb
Step 2: Installing the deb using dpkg
Let install the .deb file. For that, open up a terminal and “cd” to the directory where you have downloaded the deb file. Remember to use “sudo” if you’re not root. As a side not, you can install any .deb file on Kali or any Debian based distro using the following command.
cd ~/Downloads
dpkg –i google–chrome–stable_current_amd64.deb
Install the following package and you should be good to go
apt–get install libappindicator1
# Once the above packages has been installed, issue the following command
# so that all the dependencies will get installed properly
apt–get –f install
The package manager will
start to install all the dependencies and once that is finished, you
could see that the package manager is setting up google-chrome. And
Google chrome should be installed in a few seconds.
If It Does n’t Work Try This Alternate method after downloading copy it to you desktop
now open terminal and navigate to desktop.
Now click on google chrome icon , you will notice that nothing will happen or if you run google chrome from terminal it will not run and do not run show any errors.
and install it using this commandcd Desktop
you can see that google chrome is not fully install. we got dependency issue lets fix it run this commanddpkg -i filename
now add these lines and save fileleafpad /etc/apt/sources.list
now run this commandRegular repositories
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
## Source repositories
deb-src http://http.kali.org/kali kali main non-free contrib
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
finally run this commandapt-get update
It will fix all dependency issues now lets fix run google chrome as root issue , run this commandapt-get install -f
and add this like –user-data-dir in file like this now save file and close itleafpad /opt/google/chrome/google-chrome
Now click on google chrome icon , you will notice that nothing will happen or if you run google chrome from terminal it will not run and do not run show any errors.
No comments:
Post a Comment