Install Google Chrome Browser 43 using PPA and install Google Chrome 43 using .Deb Package. Install Google Chrome 43 on Debian, Linux Mint and Ubuntu 15.04, Ubuntu 14.04, Ubuntu 14.10 and Derivatives.
The Google Chrome stable build 43.0.2357.65 has been released on May 19th, 2015 for Windows, Mac and Linux Systems.
Installing Google Chrome Browser Using PPA
Open Terminal and run the following commands to install Google Chrome 43 using PPA:
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
Please note that the Google PPA provides three Google Chrome versions – stable, beta and unstable. Look below to install whatever version of Google Chrome you prefer.
Install Chrome Stable Version
sudo apt-get install google-chrome-stable
Install Chrome Beta Version
sudo apt-get install google-chrome-beta
Install Chrome Unstable Version
sudo apt-get install google-chrome-unstable
Installing Google Chrome Browser Using .Deb Package
Open Terminal and run the following commands to install Google Chrome 43 using .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
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
Uninstall and Remove Google Chrome Browser
If you wish to uninstall and remove th Google Chrome Browser from Ubuntu Systems, run the following command:
sudo apt-get remove google-chrome-stable