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
-
OMD
-
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 Jessie (8.0)
Make sure you have the GPG key added. Add the repository to your sources list:
echo "deb http://labs.consol.de/repo/stable/debian $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-stable.list
apt-get update
Debian Stretch (9.0)
Make sure you have the GPG key added. Add the repository to your sources list:
echo "deb http://labs.consol.de/repo/stable/debian $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-stable.list
apt-get update
Debian Buster (10.0)
Make sure you have the GPG key added. Add the repository to your sources list:
echo "deb http://labs.consol.de/repo/stable/debian $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-stable.list
apt-get update
Ubuntu Precise (12.04)
Add this repository to your sources list:
echo "deb http://labs.consol.de/repo/stable/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-stable.list
apt-get update
Ubuntu Trusty (14.04)
Add this repository to your sources list:
echo "deb http://labs.consol.de/repo/stable/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-stable.list
apt-get update
Ubuntu Xenial (16.04)
Add this repository to your sources list:
echo "deb http://labs.consol.de/repo/stable/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-stable.list
apt-get update
Centos / Redhat
When using Centos or Redhat you may have to add the EPEL repository to resolve all dependencies.

