How to : Install Google Chrome 43.0 (Stable) on Ubuntu or Linux Mint via PPA


Install / Update Google Chrome 43.0 (Stable) on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) and Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana

Google Chrome, or Chrome, is a web browser software that tries to compete with major players, such as Mozilla Firefox, Internet Explorer, Safari, and even the Opera web browser. It is available for the Linux, Android, iOS, Microsoft Windows, and Mac OS X operating systems. But Google Chrome is more than a web browser, as it combines sophisticated open source technology, borrowed from the Chromium application, into a minimal design, all in order to help users surf the web much faster, a lot easier, and safer than ever before.

Features at a glance

A unique functionality of the Google Chrome application is its ability to search the web directly from the address bar. Just type one or more words in the address bar and immediately get suggestions for popular web pages. The application displays thumbnails of your top websites on the new tab page, a function that is popularly called Speed Dial. This functionality is also available on other similar products, and it allows you to easily access your favorite web pages instantly, with lightning speed, from any new tab.

While the first iteration of Chrome 43 (the first version promoted from the Beta to the Stable channel) brought 37 bug-fixes, Chrome 43 has been updated yet again (Chrome  43.0.2357.124 being promoted), updating the Flash Player to version 18.0.0.160 and bringing security fixes.
Installation instructions:

Google Chrome is available via the Google repositories for all the popular Linux systems, so installing and keeping Chrome up to date will be easy.


How to : Install Google Chrome 43.0 (Stable) on Ubuntu or Linux Mint via PPA

To Install/Update Google Chrome 43.0 (Stable) on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:

Instructions for Install 32 bith and 64 bit 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

Optional, to remove Chrome, from both 32 bit and 64 bit systems, do:
$ sudo apt-get remove google-chrome-stable

Enjoy! I hope this article adding you more clarity.