Install Google Chrome using Apt-Get in Ubuntu 11.10 (Oneiric Ocelot)

We have shown you how to install Google Chrome web browser in previous versions of Ubuntu using Software Center. This brief tutorial will show you an alternative way to install Google Chrome in Ubuntu via the command line using the apt-get command. Now, you can always to go www.google.com/chrome and download the deb package from there. However, if you prefer to install Chrome using apt-get from the command line, then this tutorial will show you how to do it.

 

       

Objectives:

  • Install Google Chrome in Ubuntu using apt-get install
  • Enjoy!

 

To get started, press Ctrl – Alt – T to open Terminal. When it opens, run the command below to add Linux-repository public key from Google..

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

google_chrome_add_repository

 

When added, run the command below.

sudo gedit /etc/apt/sources.list.d/google.list

google_linux_import_key

 

Then copy and paste the line below into the file and save.

deb http://dl.google.com/linux/chrome/deb/ stable main

google_linux_singing_key

 

After saving the file, run the commands below to update your system.

sudo apt-get update

google_linux_singing_key_1

 

Finally,  run the commands below to install Google Chrome Stable version.

sudo apt-get install google-chrome-stable

google_linux_singing_key_2

 

To install the beta version (latest version) run the commands below:

sudo apt-get install google-chrome-beta

google_linux_singing_key_3

 

Enjoy!

 

google_linux_singing_key_4

7 comments on “Install Google Chrome using Apt-Get in Ubuntu 11.10 (Oneiric Ocelot)
  1. Raghunandan says:

    Thanks !!

  2. valthonis says:

    Thank you very much this was extremely useful.

  3. Joe says:

    Thank you very much! :)

  4. Lootheo says:

    Thanks!

  5. kl365 says:

    Thanks,just what i was looking for!

  6. Jason says:

    +1. thanks

  7. Gopal says:

    Thanks a lot. Great instructions.

Leave a Reply

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

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>