Install Google Chrome Browser with Command on Ubuntu Linux
Jul 06, 2022 . Admin
Hi Guys,
Now, let's see article of Install Google Chrome Browser with Command on Ubuntu Linux. I explained simply about Installing Google Chrome on Ubuntu. This article goes in detailed on Google Chrome Browser - Download. you can see Running google Chrome Install Ubuntu Server. Let's see bellow example Install and Run Chrome as root in Ubuntu Linux.
You can use this post for ubuntu 14.04, ubuntu 16.04, ubuntu 18.4, ubuntu 20.04, ubuntu 21 and ubuntu 22.04 versions.
Step 1: Update System DependenciesThe terminal and update the apt using the following command:
$ sudo apt updateStep 2: Install wget
Execute the below-given command to install wget (if not already installed):
$ sudo apt install wgetStep 3: Install Chrome Browser
Now you’re ready to install Chrome on your system. Input the following command to download the latest stable package of Google Chrome:
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
The following command to install the recently downloaded package:
$ sudo dpkg -i google-chrome-stable_current_amd64.debStep 4: Start Chrome Browser
Now that you have installed Chrome. You can type the following command in the terminal to launch Chrome:
google-chrome