Install the latest stable release of Google Chrome in Ubuntu, via Repository (PPA). Terminal commands to install Chrome on Ubuntu 15.10, Ubuntu 14.04 and Derivatives. Chrome 47.0.2526.73 contains a number of fixes and improvements. This update includes 41 security fixes.
Run the following commands in Terminal to install Chrome on Ubuntu Systems:
$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
Please note that the above commands are valid both, 32 bith and 64 bit Ubuntu systems.
Once installed, open Chrome via Ubuntu Dash or Menu.
If you aren’t happy with Chrome and wish to uninstall Chrome from Ubuntu Systens, run the following commands:
$ sudo apt-get remove google-chrome-stable