To install Google Chrome from the terminal, get the DEB file using the wget command:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Installing Google chrome use the below command from the downloaded DEB file:
sudo apt install ./google-chrome-stable_current_amd64.deb
That’s it. Now you can find Google Chrome in the menu and start it from there.