Google chrome is a fast and secure web browser. You can easy install it via your terminal with few steps:
1. Open your terminal, then type the command:
$ sudo apt update
$ sudo apt upgrade
2. Install wget if not installed. Otherwise, go to step 3
$ sudo apt install wget -y
3. Download google chrome .deb package by wget command:
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
4. Install google chrome:
$ sudo apt install ./google-chrome-stable_current_amd64.deb
You will be prompted to enter your password. Please wait for the installation finished.
5. Starting google chrome
Go to the Activities search bar type “google” and click on the icon to launch the application.
Enjoy your google chrome!