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