EDIT: I posted at the same time as Unia. If his solution works, that's much easier.
Unia: is chromium in the debian repository?
----------------------------------------------------------------
Don't know if this is the best solution, but it worked fine for me:
I added the repository to my sources.list. Open a terminal and type:
sudo gedit /etc/apt/sources.list
in the text file, add:
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
save the file and close.
In terminal type:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E5E17B5
to add the key for the launchpad ppa.
And then
sudo apt-get install chromium-browser
and chromium is installed... (if all goes well)
You can run chromium:
- from terminal, type 'chromium-browser' (without '-signs)
- press alt-f2, type 'chromium-browser' (without '-signs)
Hope this works!
Tuna
Last edited by Tunafish (2010-09-15 14:52:11)