Friday, May 2, 2025
Home Browser How to Install Google Chrome in Kali Linux? – Part 2 – Installation

How to Install Google Chrome in Kali Linux? – Part 2 – Installation

by blackMORE
14 comments
How to Install Google Chrome in Kali Linux? – Part 2 – Installation - 9 - blackMORE Ops

Install Google Chrome in Kali Linux:

 

From our previous post (How to Install Google Chrome in Kali Linux? – Part 1 – Discussion)we know that we can install Google Chrome in two different ways:

  1. Download and Install .deb package from Google.
  2. Install Google Chrome by adding Google Repositories

Let’s see how they work.

How to Install Google Chrome in Kali Linux? – Part 2 – Installation - 9 - blackMORE Ops

Download and Install official .deb package from Google:

Download Google Chrome official .deb package

Open IceWeasel and browse to https://www.google.com/intl/en/chrome/browser/.

Download Google Chrome .deb packages (either 32-bit or 64-bit).

How to Install Google Chrome in Kali Linux? – Part 2 – Installation - 1 - blackMORE Ops

Save it.

How to Install Google Chrome in Kali Linux? – Part 2 – Installation - 3 - blackMORE Ops

If you prefer command line, do the followings:

32-bit systems:

Open a terminal and type the following:

wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb

How to Install Google Chrome in Kali Linux? – Part 2 – Installation - 2 - blackMORE Ops

64-bit systems:

Open a terminal and type the following:

wget -c https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Install Google Chrome .deb package in Kali Linux

Type the following in terminal to install Google Chrome in Kali Linux from your downloaded .deb package.

dpkg -i google-chrome-*.deb

How to Install Google Chrome in Kali Linux? – Part 2 – Installation - 4 - blackMORE Ops

If you get a GPG Key error, you can use –force

dpkg -i google-chrome-*.deb --force

This way you can install Google Chrome in Kali Linux from a .deb package. Personally, I think it’s inconvenient as you won’t be able to update it via apt-get update/upgrade. Second option is a lot better one:

Install Google Chrome by adding Official Google Repositories

Add Google GNU Privacy Guard (GPG) Keys:

Before you install add the Apt-Key

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

How to Install Google Chrome in Kali Linux? – Part 2 – Installation - 5 - blackMORE Ops

Add Official Google Repository

Now add Official Google Chrome Repository:

echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list

How to Install Google Chrome in Kali Linux? – Part 2 – Installation - 6 - blackMORE Ops

Update Package Manager

apt-get update

How to Install Google Chrome in Kali Linux? – Part 2 – Installation - 7 - blackMORE Ops

Install Official Google Chrome via apt-get

apt-get install google-chrome-stable

How to Install Google Chrome in Kali Linux? – Part 2 – Installation - 8 - blackMORE Ops

and we’re done. We’ve not installed Google Chrome stable release in our Kali Linux.

Now move to the next to find out how you can run Google Chrome in Kali linux

How to Install Google Chrome in Kali Linux? – Part 3 – Running Chrome

This will explain following 3 choices:

  1. Run Google Chrome as a Standard user in Kali Linux
  2. Run Google Chrome as Root user in Kali Linux
    • By modifying /opt/google/chrome/google-chrome file
  3. Run Google Chrome as Standard User (while Logged in as root) in Kali Linux
    • Run Google Chrome using gksu
    • Run Google Chrome using sux

Follow part 3 here: How to Install Google Chrome in Kali Linux? – Part 3 – Running Chrome

You may also like

14 comments

bbc June 4, 2014 - 8:06 pm

What happened???

Ignoring file ‘google-chrome.lis’ in directory ‘/etc/apt/sources.list.d/’ as it has an invalid filename extension
W: Failed to fetch http://security.kali.org/kali-security/dists/kali/updates/Release Unable to find expected entry ‘non-freedeb/source/Sources’ in Release file (Wrong sources.list entry or malformed file)

Reply
Beelzebub July 12, 2014 - 12:36 pm

Hi bbc
What happened???

Ignoring file ‘google-chrome.lis’ in directory ‘/etc/apt/sources.list.d/’ as it has an invalid filename extension
W: Failed to fetch http://security.kali.org/kali-security/dists/kali/updates/Release Unable to find expected entry ‘non-freedeb/source/Sources’ in Release file (Wrong sources.list entry or malformed file)

To answer your question. Your supposed to add deb http://dl.google.com/linux/chrome/deb/ stable main to leafpad /etc/apt/sources.list.
Let me know if this helps.

Reply
mag0010 February 26, 2015 - 5:53 am

dpkg: dependency problems prevent configuration of google-chrome-stable:
google-chrome-stable depends on libappindicator1; however:
Package libappindicator1 is not installed.

dpkg: error processing google-chrome-stable (–install):
dependency problems – leaving unconfigured
Processing triggers for desktop-file-utils …
Processing triggers for man-db …
Processing triggers for menu …
Errors were encountered while processing:
google-chrome-stable

Why it shows those errors ?

Reply
zEpEr August 7, 2015 - 1:08 pm

apt-get install libappindicator1

Reply
Teste225252 September 11, 2015 - 11:51 pm

apt-get install libappindicator1
Reading package lists… Done
Building dependency tree
Reading state information… Done
You might want to run ‘apt-get -f install’ to correct these:
The following packages have unmet dependencies:
libappindicator1 : Depends: libdbusmenu-glib4 (>= 0.4.2) but it is not going to be installed
Depends: libdbusmenu-gtk4 (>= 0.4.2) but it is not going to be installed
Depends: libindicator7 (>= 0.4.90) but it is not going to be installed
Recommends: indicator-application (>= 0.2.93) but it is not going to be installed
E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a solution).

Trying with -f

apt-get -f install libappindicator1
Reading package lists… Done
Building dependency tree
Reading state information… Done
You might want to run ‘apt-get -f install’ to correct these:
The following packages have unmet dependencies:
libappindicator1 : Depends: libdbusmenu-glib4 (>= 0.4.2) but it is not going to be installed
Depends: libdbusmenu-gtk4 (>= 0.4.2) but it is not going to be installed
Depends: libindicator7 (>= 0.4.90) but it is not going to be installed
Recommends: indicator-application (>= 0.2.93) but it is not going to be installed
E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a solution).

Reply
Pranshu March 19, 2015 - 12:02 am

I created the a normal user and used gksu to launch Google Chrome as that user. However, there is an issue. There is no sound when playing YouTube videos on chrome using this method. Maybe since Google chrome is running with limited privileges, it cannot access the ‘alsa’ sound in root. Do you know any fix for this?

Reply
zaizai March 24, 2015 - 1:48 am

root@localhost:~# echo “deb http://dl.google.com/linux/chrome/deb/ stable main” >> /etc/apt/sources.list.d/google-chrome.list
bash: /etc/apt/sources.list.d/google-chrome.list: No such file or directory

Reply
zaizai March 24, 2015 - 1:51 am

help me BMO! i’ve installed chrome before. and then i uninstall back bcos there are errors in my terminal like “google-chrome.lis’ in directory ‘/etc/apt/sources.list.d/’ as it has an invalid filename extension”. I installed chrome using the .deb package. Now, i want to reinstall it but this happens (as i stated at the comment above)

Reply
Patrick Maher June 29, 2015 - 4:58 pm

same dependecy problem as above when installing with apt-get

Reply
Sumit Arora July 21, 2015 - 10:53 am

dpkg: error processing google-chrome-stable (–install):
dependency problems – leaving unconfigured
Processing triggers for desktop-file-utils …
Processing triggers for gnome-menus …
Processing triggers for man-db …
Processing triggers for menu …
Errors were encountered while processing:
google-chrome-stable

what to do :( ?

Reply
Alex Fedorov September 21, 2015 - 7:32 pm

Dependency problems!

dpkg -i google-chrome-*.deb –install

(Reading database … 323365 files and directories currently installed.)
Preparing to unpack google-chrome-stable_current_amd64.deb …
Unpacking google-chrome-stable (45.0.2454.93-1) over (45.0.2454.93-1) …
dpkg: error processing archive –install (–install):
cannot access archive: No such file or directory
dpkg: dependency problems prevent configuration of google-chrome-stable:
google-chrome-stable depends on libappindicator1; however:
Package libappindicator1 is not installed.

apt-get install libappindicator1

Reading package lists… Done
Building dependency tree
Reading state information… Done
Package libappindicator1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package ‘libappindicator1’ has no installation candidate

Reply
kakamay November 30, 2015 - 9:26 am

why do we have to add GPG

Reply
utkarsh rai January 6, 2017 - 3:03 am

error processing package google-chrome-stable

getting this ;;

what to do now

Reply
kali user and helper February 2, 2018 - 3:01 am

for those who get dependency error, try to run this

sudo apt –fix-broken install

it will install dependency packages and then you are done

Reply

Leave a Reply to kali user and helperCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About Us

Lorem ipsum dolor sit amet, consect etur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis..

Feature Posts

Newsletter