How to install SOGo on Debian ?

Installation

To install SOGo under Debian "Lenny", add to your apt source list (/etc/apt/sources.list):

deb http://inverse.ca/debian lenny lenny

If you prefer using the nightly builds, simply use instead:

deb http://inverse.ca/debian-nightly lenny lenny

Then, do:

apt-get update
apt-get install sogo

For Debian Squeeze, simply use "squeeze" instead of "lenny".

Signed packages

Since 2011-07-14, the builds are signed.  In order to verify their signature, our GPG public key has to be added into apt keyring. To do so, run the following commands:

sudo apt-key adv --keyserver keys.gnupg.net --recv-key 0x810273C4
sudo apt-get update

From that point, apt-get should not complain about package signatures anymore.

July 14 2011 00:00