FAQ

 
 

How to install SOGo on Ubuntu ?

To install SOGo under Ubuntu Intrepid/8.10, add to your apt source list (/etc/apt/sources.list):

deb inverse.ca/debian/ lenny lenny

Then, do:

sudo apt-get update
sudo apt-get install gnustep-make
sudo apt-get install sogo

For later versions, simply use "squeeze" instead of "lenny".

Please note that Debian Squeeze will be a moving target as long as it has not been released, causing version mismatches from time to time. For example, Ubuntu Karmic/9.10 requires libssl0.9.8 from Ubuntu Lucid/10.04. Additional adjustments will be added to this FAQ as we learn them.

Added on August 20 2009 17:27