Sunday, October 19, 2014

Getting Kolab on Ubuntu

These are the steps I needed to do to setup the Kolab Repositories for Ubuntu. Please note these are minor corrections that are listed from the Kolab Site:

For Ubuntu 14.04: Add the following lines to /etc/apt/sources.list;

deb http://obs.kolabsys.com/repositories/Kolab:/3.3/Ubuntu_14.04/ ./
deb http://obs.kolabsys.com/repositories/Kolab:/3.3:/Updates/Ubuntu_14.04/ ./

Get the gpg key:

gpg --keyserver pgp.mit.edu --search devel@lists.kolab.org

To import the key:

sudo bash
gpg --export --armor devel@lists.kolab.org | apt-key add -
exit

Put the following in /etc/apt/preferences.d/kolab:

Package: *
Pin: origin obs.kolabsys.com

Pin-Priority: 501

sudo apt-get update

aptitude install kolab

When asked to confirm that you want to install the package and its dependencies, press Enter.


No comments: