How to install Google Chrome in Kali Linux

Google Chrome is a cross-platform and free web browser that is widely used by regular users and tech enthusiasts alike. In this tutorial, you will learn how to install Google Chrome on Kali Linux.

Step 1: Update Kali Linux

To start off, we need to update the system packages and repositories. It’s always a good idea before getting started with anything else and so with that, launch your terminal and run the command:

sudo apt update

image

Step 2: Download Google Chrome Package

Click the Link to visit the official site.

image

Step 3: Click on download chrome.

a pop up will show like this image

Select .dev and accept and then install

Step 4: Installation

Open your file manager and nevigate to download section

image

And right click and select open in terminal

After that type the commands:

ls

It will show you all the files that are in that directory

then type:

sudo apt install ./<filename>.deb

image

And wait for some little amount of time, then you will see your chrome browser is downloaded

image