Installation on CentOSΒΆ

  1. Activate the EPEL repository:

    # yum install epel-release
  2. Install the Kontact repository configuration:

    For CentOS 7:

    # cd /etc/yum.repos.d/
    # wget https://obs.kolabsys.com/repositories/Kontact:/4.13/CentOS_7/Kontact:4.13.repo
  3. Make sure that the Kolab Kontact repositories get a higher priority, eg. we need kdepimlibs to be installed from Kolab rather than from CentOS:

    # for f in /etc/yum.repos.d/Kontact*.repo
    # do
    # sed -i "s#enabled=1#enabled=1\npriority=0#g" $f
    # done
  4. Import the GPG key used to sign the packages:

    # rpm --import https://ssl.kolabsys.com/community.asc
  5. Install the Kolab Desktop Client

    # yum install kolab-desktop-client

Continue to Kontact.