Chromium - Google Chrome in Ubuntu 9.10 (Karmic Koala)
Google Chrome doesn't support Linux based operating systems yet. However, it is made on Chromium which works on all major platforms. Chromium is an Open Source web browser with the same feature set as Google Chrome. Actually Google Chrome is based on Chromium. The only difference is the logo.
Chromium daily builds are available on launchpad. Be aware that these builds are automated. That means packages are not tested and may be broken. However, I use these repositories since Ubuntu 9.04 and I hardly have problems with Chromium. As in Ubuntu 9.10 the installation process became even simpler I encourage you to give it a try.
Since we use Karmic Koala manual edition of /etc/apt/sources.list is no longer needed. Now we are able to add new sources and fetch required GPG keys with one command:
sudo add-apt-repository ppa:chromium-daily
Than we simply refresh the package database and install Chromium Browser with:
sudo aptitude update sudo aptitude install chromium-browser
There are no additional steps for flash support anymore. It just works.

















Thx for this great post.
I get a timeout during the GPG fetching. Is this my fault or is there something wrong with the server?
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error
I had the same but after few times it worked. I think it's caused by ubuntu's key server problems (temporary). Getting the keys the old way suffers the same issue.