×


Steps to install Google Chrome in Ubuntu 20.04 LTS ?

Chrome OS, after all, is built on Linux. Chrome OS started as a spin off of Ubuntu Linux.

Basically, Google chrome is the most commonly used secure and fast web browser. It is not available in Ubuntu's Software repository because it is not an open-source application or software program. 

Chromium web browser is available in the software repository of Ubuntu but it is not an original 'Google Chrome' browser. You can install it on every operating system like Linux, Windows, and Mac OS, etc. 

If you have a minimal installation of Ubuntu 20.04 on your system then, you may not have a chrome browser installed on it. 


Here at LinuxAPT, as part of our Server Management Services, we regularly help our Customers to perform Ubuntu related tasks.

In this context, we shall look into how you can install the Google Chrome browser in the Ubuntu 20.04 system using two different ways via the command line as well as using GUI.


Methods to Install Chrome Browser on Ubuntu 20.04 ?

You can install Google Chrome browser on Ubuntu 20.04 system using two different ways:

i. Install Chrome using the terminal application.

ii. Install the Chrome web browser using the graphical method.


Open the terminal by using 'Ctrl+Alt+t' from your keyboard.


1. Install Chrome Using the Terminal Application Method

To do this, Follow the below-mentioned steps to install Google Chrome through the terminal application:

i. Update and Upgrade Apt Repository Packages

a. Run the following command to update the Ubuntu’s repository packages:

$ sudo apt update

b. After that, type the following command to upgrade the all packaged to the newest version:

$ sudo apt upgrade

ii. Install Wget Utility (if not installed)

Before installing Google Chrome, you should make sure that the wget command is installed on your Ubuntu because without this command apt command cannot install Google Chrome on your system. 

a. However, by using the following command you can check the installation of wget command:

$ wget --version

b. If wget utility is not installed on your system due to any problem then, by typing the following command you can install it on your Ubuntu 20.04 system:

$ sudo apt install wget

iii. Download .deb Package for Chrome Installation 

Now, execute the below-mentioned command to download the Google Chrome installation setup file on your system:

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

iv. Install Google Chrome

Install Google Chrome by using the following dpkg command on your system:

$ sudo dpkg -i google-chrome-stable_current_amd64.deb

v. Launch Chrome via Terminal

Congratulations! Google Chrome has been installed on your machine now. 

You can easily launch it by running the below-given command on the terminal window. 

Chrome will start and you will be asked to check or uncheck boxes and then hit 'Enter'.

Then the welcome page will be displayed on your system.


2. Installing Google Chrome Using the Graphical Interface Method

The installation of Google Chrome using the Graphical interface method is quite easy as compared to the command line method.

You need to follow the following steps for graphical method:


i. Download Chrome

Open the Firefox browser and search Google Chrome URL in the search bar. On the Google Chrome window, click on the 'Download Chrome' button.


ii. Choose .deb package for Ubuntu 20.04

In the next step, you need to choose the .deb package for the Debian/Ubuntu, i.e., select the first option, and then click on the 'Accept and Install' button.


iii. Save the .deb Package

Now, choose option 'Save File' to store the .deb package in 'Downloads' directory.


iv. Install Google Chrome

a. Go to the directory 'Downloads' and open the downloaded Google Chrome package. The window will open in Ubuntu Software Center.

b. Click on the 'Install' option. After that, installation of Chrome will start on your system.


v. Launch Google Chrome

a. Click on the 'Activities' and then, you can launch Google Chrome.

b. If you want to add it to your favorites bar then, you will right-click on it and choose option 'Add to favorites'.


[Need urgent assistance to install Google Chrome on your Linux Server? We are available to help you. ]


Conclusion

This article will guide you on the different methods to #install #Google #Chrome on #Ubuntu 20.04 system using two different ways using the command line and graphical methods. We have executed different commands on the terminal for the installation.

To Install Google Chrome on Ubuntu Graphically:

1. Click on Download Chrome.

2. Download the DEB file.

3. Save the DEB file on your #computer.

4. Double click on the downloaded DEB file.

5. Click Install button.

6. Right click on the deb file to select and open with Software Install.

7. Google Chrome installation finished.