How to Install Chrome in Ubuntu using Terminal


In this article, we will focus on the process of installing Google Chrome in Ubuntu using the terminal. Google Chrome is a popular web browser known for its speed, security, and extensive features. By installing Chrome on your Ubuntu system, you can enjoy a seamless browsing experience and access a wide range of web applications and services.

In the following sections, we will provide you with a step-by-step guide on how to install Google Chrome in Ubuntu using the terminal. We will cover the necessary commands and configurations to ensure a successful installation.

So, let's get started and learn how to install Google Chrome on your Ubuntu system using the terminal, how to install Chrome in Ubuntu 22.04, how to install Chrome in Ubuntu, how to install Chrome in Ubuntu 20.04, apt-get install Chrome, download google chrome for Ubuntu 64-bit.

Step 1: Update Package Lists

Open a terminal window and run the following command to update the package lists.

sudo apt update

 

Step 2: Download the Google Chrome Installation Package

Once the package lists are updated, run the following command to download the Google Chrome installation package.

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

 

Step 3: Install the Google Chrome Package

After the download is complete, you can install the Google Chrome package using the following command.

sudo dpkg -i google-chrome-stable_current_amd64.deb

During the installation, you may be prompted to enter your user password. Type your password and press Enter to proceed with the installation.

 

Step 4: Launch Google Chrome

Once the installation is complete, you can launch Google Chrome by searching for it in your applications or running the following command in the terminal.

google-chrome-stable

 


You might also like:

RECOMMENDED POSTS

FEATURE POSTS