x32x01

ADMINISTRATOR
Google Chrome is one of the most used web browser in the browser's industry developed by Google. Google Chrome is fast, stable and cross platform. Chrome has big number of extensions that makes our life easier.

Chrome & Chromium Thumbnail.jpg

In our this article we are going to discuss how to install Google Chrome on our Kali Linux system. Also we talk about Chromium browser installation. Chromium is an open-source alternative of Google Chrome browser.

Downloading Google Chrome on Kali Linux
Now we download Google Chrome from the official website https://www.google.com/intl/en_us/chrome/. We can navigate this website from our Kali Linux's default Firefox browser.

Google chrome download.png

Here we can see the download button. After clicking on the download button we got a pop-up window in front of us just like the following screenshot:

google chrome download 2.png

Here we can see we need to download the 64 bit .deb for Debian/Ubuntu.We click on the "Accept and Install" then the download started.

Google chrome download deb file.png

The deb file is approximately 70MB in size. After download complete, it will stored on the "Downloads" folder.

Other Method to Download the Same
Or we can simply use following command to download Chrome .deb file on our current directory:
Code:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Installing Google Chrome on Kali Linux
Fire up our terminal and run following command to install gdebi. gdebi will automatically download all depended packages. We can install it by using following command:
Code:
sudo apt-get install gdebi

Now we can install Google Chrome from it's .deb file. If we downloaded it from website then we need to change our directory to Downloads by using cd Downloads command. If we downloaded the deb file from command line then it is on our current directory and we don't need to change it and move to next step.

Now we install the .deb file by using following command:
Code:
sudo gdebi google-chrome-stable_current_amd64.deb

It will prompt for install the software packages we type "y" and press enter.

installing chrome on kali.png

After this our chromium will be installed.

google chrome kali linux is=nstalled.png

Now we can run Google Chrome by using following command:
Code:
google-chrome

It will open in front of us.

This is how we can install Google Chrome on our Kali Linux.


Installing Chromium on Kali Linux
Chromium is a web browser based on Google Chrome. Chromium is open-source and fast and secure. It is a good alternative for Chrome it looks and feels just like the Google Chrome and all browser extensions for Google Chrome also works on Chromium.

To install Chromium on our Kali Linux we can run following command:
Code:
sudo apt-get install chromium

This will prompt for asking disk space (57MB download and 180MB disk space).

installing chromium.png

Now it will install, the installation time will depend on our internet speed and system performance.

After this we can run the chromium browser by just running following command:
Code:
chromium

Or we can search on our Application menu

Chromium.png

Using this easy method we can install chromium on our Kali Linux system.

Adding Chrome or Chromium on Panel
If we wish we can add this on our panel. To do that we need to open Panel>Panel preference.

panel prefe.png

Then we navigate to "Items".

panel items.png

"+Add" an "Launcher".

add aluncher.png

Then we come to the launcher and click on ≣. Then a box will appear we need to right click there, and select "Add Application".

add panel applicaton.png

Now we search for chrome and select it.

adding google chrome on panel.png

Then we can "Close" this and we can move the Chrome Launcher upper to get the correct position.

moving up onpanel.png

Then we can place it where we want.

Chrome on panel.png

This is the detailed guide that how we can install Google Chrome and Chromium on our Kali Linux system.

Liked our article? Then make sure to follow our subscription for free, then our new articles directly reached in inbox. We also have a Telegram Group to discuss things related Kali Linux and cyber security. To get our article and other updates follow our Twitter and GitHub.
For anything comment down in the comment section. We read each comment and we always reply.
 
TAGs: Tags
chromium google chrome install google chrome kali linux
Top