How To Install Google Chrome In Kali Linux ?
If you search on internet on installing Google Chrome in Kali Linux then various methods can be found, but all those methods isn’t working for everyone. Some methods is not even compatible with Kali Linux and user end up breaking OS. Here, I will show you the correct and universal method for installing Google Chrome in Kali Linux. To do so, firstly, we need to download Google Chrome Deb file for Linux.
#1: Download Google Chrome for Debian/Ubuntu.
#2: Drag Deb file to Desktop and open up terminal
#3: Use below command to select desktop for operations
$ cd Desktop
#4: To list the package(s) on desktop, use below command.
$ ls
#5: Now, Google Chrome’s package will be seen in terminal. Copy it.
In my system, google-chrome-stable_current_amd64.deb is the package and I will use it in below command.
Use below commands according to your package name.
#6: Type below command to install Google Chrome.
$ sudo dpkg -i google-chrome-stable_current_amd64.deb
#7: Type password for your Kali machine
#8: To update Google Chrome package, use below command.
$ sudo apt-get install -f
#9: Type Y in terminal and press enter when it will ask.
#10: Now, type below final command and press enter.
$ sudo nano 'opt/google/chrome/google-chrome'
Google Chrome will be listed in Internet directory.
Download Link Below:---
Comments
Post a Comment