MagPress-banner-728×90
Installing Google Chrome and Mozilla Firefox In Kali Linux

And as we all know, Kali Linux 2.0 has been released by the year 2015, we all love it. Kali Linux open source OS is free on the Internet. It is those who really want to hack useful. Because there are a lot of software is pre built at the same time we are in our Kali Linux installed on your system. Advanced penetration testing of its Linux distribution for penetration testing, hacker attacks and network security assessment.

Features:

  • Kali Linux Full Disk Encryption.
  • Kali Linux LUKS Encryption Nuke.
  • Kali Linux Metapackages.
  • Full Customisation of Kali ISOs.
  • Kali Linux ISO of Doom and Other Kali Recipes.
  • Kali Linux Live USB with LUKS Encrypted Persistence.
  • Kali Linux Live USB with Multiple Persistence Stores.
  • Kali Linux Accessibility Features.
  • Automating Kali Linux Deployment.
  • Kali Linux on a Raspberry Pi and Other ARM Devices.
  • Kali Linux Forensics Mode.
  • Kali Linux Running on Android.
Kali Linux is a Debian-based Linux distribution aimed at advanced penetration testing and security audit. Kali contains several hundreds of tools aimed at information security tasks, such as penetration testing, forensics and reverse engineering. Kali Linux was developed, financed and by offensive security, leading information security training company.

How to Install Google Chrome and Mozilla Firefox in Kali Linux?

#1: If you want to install Mozilla Firefox in your system then if you want to remove the ice weasel browser from it then open your terminal with using Alt + Ctrl + T

#2: Type the command apt-get remove iceweasel. It removes the file from the application menu.

#3: Now type
echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main"
#4: This command will add all the repository for the installation process.

#5: Now type apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29

#6: With this command it will Import all the required gpg keys in your system for keep it running properly without any error.

#7: Now update the required package with the command sudo apt-get update

#8: Now type the following command to install Firefox browser apt-get install firefox-mozilla-build

#9: Now after few minutes type Mozilla in your terminal and you will see the result.

Installing Google Chrome browser:

#1: Well here we can install chrome browser by using two ways.
  • we can directly download the .deb file package from the google chrome website.
  • We can add the google chrome repositories.

#2: To download the .deb file of chrome you can use this direct link.

#3: Save that file at a proper location which you remember.

#4: Now open up your terminal and type the following command. If you use 32-bit of system then type the command.
wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
#5: If you're using 64-bit of system then you can use this command.
wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 
#6: Now select the .deb file package to install google chrome. If you receive any GPG Key error then you can use the second command.
dpkg -i google-chrome-*.deb
dpkg -i google-chrome-*.deb --force
#7: By using this way you can install your chrome browser in your system

Second Method:


#1: Now their is another way also to install the google chrome browser that is to install the google official repositories.

#2: Now open up your terminal and type this command. It will add up your Apt-key.
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
#3:  Now add up your official chrome browser repository with this command.
echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
 #4: Now update its package manager by using
pt-get update
#5: Now just install the google chrome using apt-get command.
apt-get install google-chrome-stable
Share To:

Adeel

Hi, I am Muhammad Adeel. I Love to know more and more about Latest Tech.

Post A Comment:

0 comments so far,add yours