Lazy Ubuntu

How to install Google Chrome Dev Build on Ubuntu 9.04 (Jaunty Jackalope)

by Toor, August 18th, 2009 | 1 Comment

This HOWTO shows how you can install Google Chrome Dev Build on Ubuntu 9.04 (Jaunty Jackalope).

  1. Add the Google software repository:

    $ sudo gedit /etc/apt/sources.list.d/google-chrome.list

    Then add this line:

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

  2. Add signing key:

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

  3. Update sources list:

    $ sudo aptitude update

  4. Install Google Chrome Dev Build:

    $ sudo aptitude install google-chrome-unstable

  5. Run Google Chrome by clicking Applications → Internet → Google Chrome.

    Google Chrome

A screenshot of Google Chrome Dev Build:

Google Chrome

If you like this post, please consider buying me a beer.

Tags: HOWTOs

1 response so far ↓

Leave a Comment