admin@onlinelearningcenter.in (+91) 7 999 01 02 03

Steps to download Chrome in Ubuntu through terminal:

Sushmita Mandal
329 Posts

Step 1: Update APT

$ sudo apt update

Step 2: Check if wget is installed

$ wget –version

 

Step3: If not installed, then install it first

$ sudo apt install wget

 

Step 4: After the installation of wget, we can start installing Chrome

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

 

Step 5: Now install this package via dpkg and enter the below command

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

 

Step 6: Now, you are ready to start Chrome via terminal

$ google-chrome

Published By : Sushmita Mandal
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Comments

Jquery Comments Plugin