Install Google Chrome 43.0 (via PPA) on Ubuntu or Linux Mint. Terminal commands to install Google Chrome 43 web browser on Linux Ubuntu 15.04, Ubuntu 14.04, Ubuntu 14.10 and Ubuntu derivative systems.
Google Chrome 43 has been released with an updated Flash and important security improvements. To be more specific, the Google Chrome 43 (Chrome 43.0.2357.124) has updated the Flash Player to version 18.0.0.160.
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.
Install Google Chrome 43 on 32 bit and 64 bit Linux Ubuntu Systems:
Google Chrome 43 is available via the Google repositories for all the popular Linux systems. Open Terminal and run the following commands to install the latest Google Chrome 43 on 32 bit and 64 bit Ubuntu, Linux Mint and Derivative 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
To uninstall and remove Google Chrome 43, from both 32 bit and 64 bit Linux Ubuntu Systems, run the command given below:
$ sudo apt-get remove google-chrome-stable