Saturday, August 21, 2021

How To Install Google Chrome on Debian 11


Google Chrome is a browser that combines a minimal design with sophisticated technology to make the Web faster, safer, and easier. It has one box for everything—type in the address bar and get suggestions for both search and web pages.

It is a solid browser with a good security record. It's fast, has some unique features, and is generally pretty light on system resources.

Here, we will see how to install Google Chrome on Debian 11.

System Requirements
Google Chrome no longer works on the 32-bit version of Debian.
Add Google Chrome Repository

Download the Google signing key and install it.
wget https://dl.google.com/linux/linux_signing_key.pub gpg --no-default-keyring --keyring ./google_chrome_signing_key.gpg --import ./linux_signing_key.pub gpg --no-default-keyring --keyring ./google_chrome_signing_key.gpg --export > ./google_chrome.gpg sudo mv google_chrome.gpg /etc/apt/trusted.gpg.d/

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

Install Google Chrome using the below command.
sudo apt install -y google-chrome-stable

If you want to try the beta version of Google Chrome, use the following command to install it.
sudo apt install -y google-chrome-beta

Access Google Chrome

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

Graphical Mode

Command Line

Google Chrome Stable:
google-chrome

OR
google-chrome-stable

Google Chrome beta:
google-chrome-beta

If you want, you can set Google Chrome as the default web browser.

Screenshot of Google Chrome browser running on Debian 11.

Sumber: disini

0 comments:

Post a Comment