Installing ConSol Labs software has never been easier. Just follow the steps for your linux distribution.
Currently the following software is part of this repository. Note that we do not package everything for every system, if something is missing, don’t hesitate to contact us.
-
OMD-Labs Edition
-
Thruk
-
Gearman
-
Mod-Gearman
-
Naemon
Debian / Ubuntu
Install GPG Key
First step is to import the gpg key. This step has to be done only once.
curl -s "https://labs.consol.de/repo/stable/RPM-GPG-KEY" | sudo apt-key add -
Alternatively the key is also available from public key servers:
gpg --keyserver keys.gnupg.net --recv-keys F8C1CA08A57B9ED7
gpg --armor --export F8C1CA08A57B9ED7 | sudo apt-key add -
Debian Buster (10.0)
Add the repository to your sources list:
curl -s "https://labs.consol.de/repo/stable/RPM-GPG-KEY" | sudo apt-key add -
echo "deb http://labs.consol.de/repo/testing/debian $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-testing.list
apt-get update
Debian Bullseye (11.0)
Add the repository to your sources list:
curl -s "https://labs.consol.de/repo/stable/RPM-GPG-KEY" | sudo apt-key add -
echo "deb http://labs.consol.de/repo/testing/debian $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-testing.list
apt-get update
Debian Bookworm (12.0)
Add the repository to your sources list:
curl -s "https://labs.consol.de/repo/stable/RPM-GPG-KEY" | sudo apt-key add -
echo "deb http://labs.consol.de/repo/testing/debian $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-testing.list
apt-get update
Ubuntu Bionic Beaver (18.04)
Add this repository to your sources list:
curl -s "https://labs.consol.de/repo/stable/RPM-GPG-KEY" | sudo apt-key add -
echo "deb http://labs.consol.de/repo/testing/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-testing.list
apt-get update
Centos / Redhat
When using Centos or Redhat you may have to add the EPEL repository to resolve all dependencies.
7
Downloading the repository file is all you have to do. This has to be done only once.
rpm -Uvh "https://labs.consol.de/repo/testing/rhel7/i386/labs-consol-testing.rhel7.noarch.rpm"
Suse Linux Enterprise
SLES 11 SP4
You can use zypper to add the repository:
zypper addrepo -f https://labs.consol.de/repo/testing/sles11sp4/consol-labs.repo
SLES 12 SP2
You can use zypper to add the repository:
zypper addrepo -f https://labs.consol.de/repo/testing/sles12sp2/consol-labs.repo
SLES 12 SP3
You can use zypper to add the repository:
zypper addrepo -f https://labs.consol.de/repo/testing/sles12sp3/consol-labs.repo