Install Chrome Browser Ubuntu 16 Desktop with Text command (terminal)
Install Chrome Ubuntu 16 Desktop with Text command (terminal)
Login as root
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
Now you can use dpkg to install Chrome from the downloaded DEB file:
sudo dpkg -i google-chrome-stable_current_amd64.deb
That’s it. Now you can find Google Chrome in the menu and start it from there.
Cheers
ubuntu