Install Google Chrome 44 (Stable PPA) on Ubuntu, Debain and Linux Mint. Terminal commands to install Google Chrome on Ubuntu 15.05 and Ubuntu 14.04 (and Derivatives also).
Install Google Chrome Browser Using PPA
Google Chrome Browser 44 can be installed on Ubuntu and Linux Mint systems using the following command:
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo sh -c 'echo "deb 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
Install Google Chrome via .Deb Package
On 32-Bit System
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
$ sudo dpkg -i google-chrome-stable_current_i386.deb
$ google-chrome-stable
On 64-Bit System
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$ sudo dpkg -i google-chrome-stable_current_amd64.deb
$ google-chrome-stable
Once it’s installed, you can open Google Chrome Browser via Ubuntu Dash or Terminal.
If you wish to uninstall and remove the Google Chrome Browser, run the following command:
$ sudo apt-get remove google-chrome-stable