Installation of Kolab Winterfell on Fedora 23ΒΆ

Warning

Kolab Winterfell eats babies, for breakfast. There is potential data-loss included.

  1. Install the Kolab Groupware repository configuration:

    # cd /etc/yum.repos.d/
    # wget http://obs.kolabsys.com/repositories/Kolab:/Winterfell/Fedora_23/Kolab:Winterfell.repo
  2. Import the GPG key used to sign the packages:

    # rpm --import https://ssl.kolabsys.com/community.asc
  3. Make sure that the packages from the Kolab repositories have a higher priority than the stock repositories:

    # for f in /etc/yum.repos.d/Kolab*.repo; do echo "priority = 60" >> $f; done
  4. Install Kolab Groupware:

    # yum install kolab

Continue to Kolab Groupware Setup.