Stable Releases

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.

Some repositories also contain the following packages:

Those packages will be migrated to OBS and should be installed from there in the future.


Contents


Debian / Ubuntu

GPG Key (one-time setup)

curl -s "https://labs.consol.de/repo/stable/GPG-KEY-4096" -o /etc/apt/trusted.gpg.d/labs.consol.de-GPG-KEY-4096.asc

Debian Bookworm (12.0)

echo "deb [signed-by=/etc/apt/trusted.gpg.d/labs.consol.de-GPG-KEY-4096.asc] http://labs.consol.de/repo/stable/debian $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-stable.list
apt-get update

Debian Trixie (13.0)

echo "deb [signed-by=/etc/apt/trusted.gpg.d/labs.consol.de-GPG-KEY-4096.asc] http://labs.consol.de/repo/stable/debian $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-stable.list
apt-get update

Ubuntu Focal Fossa (20.04)

echo "deb [signed-by=/etc/apt/trusted.gpg.d/labs.consol.de-GPG-KEY-4096.asc] http://labs.consol.de/repo/stable/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-stable.list
apt-get update

Ubuntu Jammy Jellyfish (22.04)

echo "deb [signed-by=/etc/apt/trusted.gpg.d/labs.consol.de-GPG-KEY-4096.asc] http://labs.consol.de/repo/stable/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-stable.list
apt-get update

Ubuntu Noble Numbat (24.04)

echo "deb [signed-by=/etc/apt/trusted.gpg.d/labs.consol.de-GPG-KEY-4096.asc] http://labs.consol.de/repo/stable/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-stable.list
apt-get update

CentOS / RHEL

You may need to add the EPEL repository to resolve all dependencies.

RHEL / CentOS 7

rpm -Uvh "https://labs.consol.de/repo/stable/rhel7/x86_64/labs-consol-stable.rhel7.noarch.rpm"

RHEL / Rocky / Alma 8

rpm -Uvh "https://labs.consol.de/repo/stable/rhel8/x86_64/labs-consol-stable.rhel8.noarch.rpm"

RHEL / Rocky / Alma 9

rpm -Uvh "https://labs.consol.de/repo/stable/rhel9/x86_64/labs-consol-stable.rhel9.noarch.rpm"

SUSE Linux Enterprise (SLES)

SLES 15 SP4

zypper addrepo -f https://labs.consol.de/repo/stable/sles15sp4/consol-labs.repo

SLES 15 SP5

zypper addrepo -f https://labs.consol.de/repo/stable/sles15sp5/consol-labs.repo

SLES 15 SP6

zypper addrepo -f https://labs.consol.de/repo/stable/sles15sp6/consol-labs.repo

Alpine Linux

Public Key (one-time setup)

curl -s "https://labs.consol.de/repo/stable/alpine/v3/monitoring-team%40consol.de-0001.rsa.pub" -o "/etc/apk/keys/monitoring-team@consol.de-0001.rsa.pub"

Add Repository

echo "https://labs.consol.de/repo/stable/alpine/v3/" >> /etc/apk/repositories
apk update