How do I manually install Chrome on Linux with Command line?

Promote your Token
Post Reply
louisegrant
Posts: 1
Joined: Sat Dec 30, 2023 7:36 am

How do I manually install Chrome on Linux with Command line?

Post by louisegrant »

Ubuntu is a well-liked free and open-source operating system (OS) and you can use Chrome on it freely, there are multiple ways to Ubuntu install Chrome. Also, Google Chrome is one of the most popular and user-friendly interface web browsers available on the Internet. In this article, we will walk you through how to install Chrome on Linux with the Command line in the following steps.

1. Open a new Terminal Window by pressing Ctrl+Alt+T, then enter the following command to download the .deb file for Google Chrome.

wget https://dl.google.com/linux/direct/goog ... _amd64.deb

2. Use the following command to install Google Chrome.

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

3. Now, type the following command to install Google Chrome.

sudo apt -f install

4. After the installation is finished, you can use Google Chrome by opening it from the app launcher.
Post Reply