How to install Google Chrome on Ubuntu 14.04 via repository

There are several ways to get Google Chrome installed on Ubuntu 14.04. One of the most effective way is to install Google Chrome via repository. There is a Google Chrome repository for Ubuntu 14.04 Trusty Tahr. By installing this way, we can get updates for any future releases of Google Chrome.

Here’s how to install Google Chrome on Ubuntu 14.04 via repository

Open Terminal and type the following commands:

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

sudo apt-get instsall google-chrome-stable

Admin

Leave a Reply

Your email address will not be published. Required fields are marked *