Testing Builds

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.

Warning: These are nightly development builds. Use for testing only, not production.


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/testing/debian $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-testing.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/testing/debian $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-testing.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/testing/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-testing.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/testing/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-testing.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/testing/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/labs-consol-testing.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/testing/rhel7/x86_64/labs-consol-testing.rhel7.noarch.rpm"

RHEL / Rocky / Alma 8

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

RHEL / Rocky / Alma 9

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

SUSE Linux Enterprise (SLES)

SLES 15 SP4

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

SLES 15 SP5

zypper addrepo -f https://labs.consol.de/repo/testing/sles15sp5/consol-labs.repo
zypper addrepo -f http://download.opensuse.org/distribution/leap/15.5/repo/oss/ openSUSE-Leap-15.5

SLES 15 SP6

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

Alpine Linux

Public Key (one-time setup)

curl -s "https://labs.consol.de/repo/testing/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/testing/alpine/v3/" >> /etc/apk/repositories
apk update