Ulyssesonline

the tech surfer

  • Home
  • About
  • Archives
You are here: Home / 2009 / Archives for November 2009

Archives for November 2009

November 2, 2009

Install Google Chrome on Ubuntu 9.10

This post was written when Chrome was still not available for Linux. Chromium was the only option then. Now that Google Chrome is available, just go to Google’s website and download the browser directly.

Tired of Firefox? Do you want something a little bit more faster, maybe more stable? I seem to have issues with Firefox running on Ubuntu 9.10. I’m not sure what’s going on, but it has crashed several times. This article shows you how to install Google Chrome on Ubuntu 9.10.

Add to your sources list.

$ sudo gedit /etc/apt/sources.list

$ sudo gedit /etc/apt/sources.list

deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main

deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main

You may substitute jaunty, intrepid, hoary for other distributions.

Add the GPG keys.

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com
0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5

Run an update.

sudo apt-get update

sudo apt-get update

Finally, install Google Chrome.

sudo apt-get install chromium-browser

sudo apt-get install chromium-browser

Filed Under: General, Linux Tagged With: browser, chrome, firefox, google, karmic, mozilla, ubuntu 9.10

  • « Previous Page
  • 1
  • 2
  • 3

Copyright © 2003 - 2018