Thursday, February 11 2021
In this tutorial, we explained about How to Install Google Chrome in Ubuntu 20.04 LTS. In Ubuntu, we can easily to install the Google chrome using Terminal command line. The commands are very simple and easy to use.
Open terminal, Please do the below steps in the terminal.
Step 1:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Step 2:
sudo apt install ./google-chrome-stable_current_amd64.deb
Step 3:
google-chrome
Google Chrome will open, and you’ll see the default Chrome welcome page.