Skip to content

Instantly share code, notes, and snippets.

@morad7
Created October 5, 2016 20:26
Show Gist options
  • Save morad7/754921c7828784d9c0f5b0bd46a7cd05 to your computer and use it in GitHub Desktop.
Save morad7/754921c7828784d9c0f5b0bd46a7cd05 to your computer and use it in GitHub Desktop.
Install chrome on Ubuntu 16.04
Simple steps:
Search for and install Gdebi Package Installer from the ubuntu Software Center.
Download google chrome https://www.google.com/chrome/browser/desktop/
Right click the downloaded Google Chrome .deb file and select 'Open with' and then click 'Gdebi Package Installer'
Done! :-)
Gdebi will automatically fetch the missing dependencies for you.
So I just want to tell exactly what I did:
$ sudo apt-get install gdebi
$ gdebi google-chrome-stable_current_amd64.deb
P.S.: I was in the Downloads folder when I did this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment