Raw 2.3.0p15 needs libperl5.38

# grep VERSION= /etc/os-release
VERSION="22.04.5 LTS (Jammy Jellyfish)"

22.04 is jammy, you tried to install the noble package :wink:

A quick bash one-liner (you only need to adapt the checkmk version number everytime you download an updated version):

vers=2.3.0p16; filename=check-mk-raw-${vers}_0.$(lsb_release -sc)_$(dpkg --print-architecture).deb; wget https://download.checkmk.com/checkmk/$vers/$filename && apt install ./$filename
1 Like