This article outlines the installation procedure for Kolab 16 on Alma Linux 8 for x86_64 architectures.
Install Extra Packages for Enterprise Linux (EPEL)
# dnf install dnf-plugin-config-manager epel-release # dnf config-manager --set-enabled powertools # rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
Enable required modules
# dnf module enable 389-ds:1.4/default # dnf module enable mariadb:10.3
Install the Kolab repository
# rpm --import https://mirror.apheleia-it.ch/repos/Kolab:/16/key.asc # rpm -Uvh https://mirror.apheleia-it.ch/repos/Kolab:/16/kolab-16-for-el8.rpm
Install Kolab
Update first, and then install Kolab:
# dnf update --allowerasing # dnf install kolab
Next steps
Run the setup-kolab script as described in this article.
0 Comments