LinTut

How to install latest Google Chrome on Ubuntu and Mint Linux

Google Chrome is a multiplatform (Linux, Windows and Mac OS) web browser developed by Google. Google Chrome is most popular browser and used by users.
This tutorial describes how to install Google Chrome web browser in Ubuntu 14.04 LTS. This tutorial also work on Ubuntu flavor (Edubuntu, Kubuntu, Lubuntu, Ubuntu Gnome, Ubuntu Kylin, Ubuntu Studio, Xubuntu) and Ubuntu derivatives ( Linux MintElementay OS, Zorin OS, etc).

 

Install Google Chrome on Ubuntu from Google official repository

First, setup repository key:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Google chrome

Now, add chrome repositories:

sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

After adding Google chrome repository in our system use following commands to install latest Google chrome stable release.

sudo apt-get update
sudo apt-get install google-chrome-stable -y

Install Google Chrome manualy

First, download Google Chrome from officel google site. https://www.google.com/chrome/

For the 64-bit version of Google Chrome, use this command below:

https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

For the 32-bit version of Google Chrome, use this command below.

wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb

and install the downloaded package.
64 bit :

sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt-get -f install

32 bit:

sudo dpkg -i google-chrome-stable_current_i386.deb
sudo apt-get -f install

Congratulation’s you have successfully installed Google Chrome on Ubuntu system.

Exit mobile version