How To Install Google Chrome on Debian 10 / Debian 9

Channel: Debian
Abstract: you can start Google Chrome by typing below command in the terminal or going to Activities on Debian. Graphical Mode Start Google Chrome on Debian Com

 

Install Google Chrome on Debian 10

Google Chrome – Do you need an introduction? Who knows, you may be reading this on Google Chrome browser on your Windows desktop or smartphone. Why wasting time on something you already know what it is.

Let’s get straight into the installation of Google Chrome on Debian 10 / Debian 9.

THIS DOCUMENT IS ALSO AVAILABLE FOR CentOS 8 CentOS 7 LinuxMint Ubuntu 18.04 Ubuntu 16.04 Requirement Google Chrome no longer works on the 32-bit version of Debian. Add Google Repository

Download the Google signing key and install it.

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

Set up the Google Chrome repository.

echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list
Install Google Chrome

Update the repository index.

sudo apt update
Google Chrome Stable

Install Google Chrome using the below command.

sudo apt install -y google-chrome-stable
Google Chrome Beta

Want to try Google Chrome beta, run:

sudo apt install -y google-chrome-beta
Open Google Chrome

Once the Chrome installation is complete, you can start Google Chrome by typing below command in the terminal or going to Activities on Debian.

Graphical Mode Start Google Chrome on Debian Command Line

Google Chrome Stable:

google-chrome

OR

google-chrome-stable

Google Chrome beta:

google-chrome-beta

You can set Google Chrome as the default web browser.

Make Chrome as Default Web Browser

Screenshot of Google Chrome running on Debian.

Google Chrome Running On Debian 10 Conclusion

That’s All. I hope you were able to install Google Chrome on Debian 10 / Debian 9 without any issues. Please share your feedback in the comments section.

Ref From: itzgeek

Related articles