Download Google Chrome for Ubuntu 64 Bit. Install Google Chrome Browser on Ubuntu 16.04. Terminal commands to install Google Chrome 48.0.2564.116 on Linux Ubuntu 16.04 Systems. Please note that Google has removed and disabled support for Google Chrome on 32 bit Ubuntu Systems. That means, to use and run Google Chrome on Ubuntu, upgrade to a 64-bit version of Ubuntu Systems.
Install Google Chrome on Ubuntu 64 bit
Run the following commands in Terminal to install Google Chrome on Ubuntu 64 Bit Systems:
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
Once installed, open Google Chrome from Ubuntu Dash or Terminal (command “google-chrome”).
If you wish to uninstall and remove Google Chrome from Ubuntu, run the following commands:
$ sudo apt-get purge google-chrome-stable
$ sudo apt-get autoremove