Debian

How To Install Google Chrome on Debian 12/11/10

How can I Install Google Chrome on Debian 12/11/10 workstation?. Google Chrome is my favorite and the most popular modern web browser in the world. It is designed to be intuitive, fast, and to offer the most secure web browsing experience.

Original content from computingforgeeks.com - post 20240

Google Chrome packages are not available in the Debian repositories since it is not purely open source but Google is the proprietary owner of the software. We will install Google Chrome Browser on Debian from a Debian package or adding official Google Apt repository to Debian system.

Download Google Chrome .deb package

Use wget to download the latest Google Chrome package for Debian Linux system and its derivatives.

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

If for any reason you don’t have wget on your system, install it with:

sudo apt -y install wget

Install Google Chrome Browser

After the download, install the package using the apt install command. You need sudo for this operation.

sudo apt install ./google-chrome-stable_current_amd64.deb

This command will install Google Chrome on Debian and required dependencies. In the process, it will also add the Google repository so your system for automatic updating of Google Chrome.

$ cat /etc/apt/sources.list.d/google-chrome.list 
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

Launching Google Chrome

We have installed Google Chrome on Debian system successfully. To launch it, use command line,

google-chrome

or from Gnome Activities section, the Google Chrome icon will be visible from the list or via search.

install google chrome debian

Begin initial setup to start using it.

install google chrome rhel centos 8 02

Welcome message should show at the end, login and enjoy.

install google chrome rhel centos 8 03

Updating Google Chrome browser

Since the apt repository was configured by the installer, the package can be updated by running the commands.

sudo apt update && sudo apt upgrade

You now have Google Chrome installed on Debian system. Thanks for visiting our blog and stay connected for more content.

Also check:

Related Articles

Debian Install wkhtmltopdf & wkhtmltoimage on Ubuntu / Debian Debian Debian 13 (Trixie) – New Features and Complete Installation Guide Debian How To Install Java 17 (OpenJDK 17) on Debian 12/11/10 Debian How To Install Asterisk 18 LTS on Debian 12/11/10

Leave a Comment

Press ESC to close