Differences between revisions 2 and 3
Revision 2 as of 2010-09-15 17:20:43
Size: 1524
Editor: ?Alexei Sorokin
Comment:
Revision 3 as of 2010-09-15 17:28:38
Size: 1832
Editor: ?Alexei Sorokin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
}}}

Add GPG trust keys.
{{{
gpg --keyserver subkeys.pgp.net --recv-keys 5A9BF3BB4E5E17B5 && gpg --armor --export 5A9BF3BB4E5E17B5 | apt-key add —
Line 35: Line 40:
}}}

Add GPG trust keys.
{{{
gpg --keyserver subkeys.pgp.net --recv-keys 5A9BF3BB4E5E17B5 && gpg --armor --export 5A9BF3BB4E5E17B5 | apt-key add —

This wiki page describes how to install the Chromium on Debian systems.

Debian 5.0 'Lenny'

Add Chromium's package repository in your sources.list.

deb http://ppa.launchpad.net/chromium-daily/stable/ubuntu/ intrepid main

Add GPG trust keys.

gpg --keyserver subkeys.pgp.net --recv-keys 5A9BF3BB4E5E17B5 && gpg --armor --export 5A9BF3BB4E5E17B5 | apt-key add —

How to install Chromium :

aptitude update
aptitude install chromium-browser chromium-browser-l10n

How to update Chromium :

aptitude update
aptitude upgrade

Debian 6.0 'Squeeze'

Add Chromium's package repository in your sources.list.

deb http://ppa.launchpad.net/chromium-daily/stable/ubuntu/ lucid main

Add GPG trust keys.

gpg --keyserver subkeys.pgp.net --recv-keys 5A9BF3BB4E5E17B5 && gpg --armor --export 5A9BF3BB4E5E17B5 | apt-key add —

How to install Chromium :

aptitude update
aptitude install chromium-browser chromium-browser-l10n

How to update Chromium :

aptitude update
aptitude upgrade

Debian UnStable 'Sid'

How to install Chromium :

aptitude update
aptitude install chromium-browser chromium-browser-l10n

How to update Chromium :

aptitude update
aptitude upgrade

Alternative browsers

See also


Category Software