Installing Chromium in Ubuntu Linux (9.04)
Friday, August 21st, 2009So you want to install Chromim in Ubuntu Linux. Here is how I did it under Ubuntu 9.04:
1) Edit file /etc/apt/sources.list:
sudo emacs /etc/apt/sources.list
2) Add the following two lines to this file:
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
3) Hit C-x C-s to save these changes and then hit C-x C-c to quit emacs
4) Now do a
sudo […]