Thursday 15 January 2015

How to install Google Chrome in Ubuntu Mate

google chrome ubuntu


Here are the steps to install google chrome in Ubuntu Mate OS.

You can either download and install google repository for linux or run the following commands in your terminal using sudo.

1.  First one to install the key.

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

2. After downloading the key add it to the repository by the following command.

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

3. Update you repository.

sudo apt-get update


4. Now you are ready to install google chrome.

    i.  To install the most stable version..

        sudo apt-get install google-chrome-stable

   ii.  To install the beta version

         sudo apt-get install google-chrome-beta

  iii.   Unstable version

         sudo apt-get install google-chrome-unstable

 

No comments: