[ICO]NameLast modifiedSize

[PARENTDIR]Parent Directory  -
[DIR]pool/2016-06-29 12:08 -
[DIR]dists/2025-08-04 10:58 -

Raspberry Pi OS (only 64-bit!)

Archive Key

wget -O icinga-archive-keyring.deb "https://packages.icinga.com/icinga-archive-keyring_latest+debian$(
 . /etc/os-release; echo "$VERSION_ID"
).deb"

apt install ./icinga-archive-keyring.deb

Release Builds

cat >/etc/apt/sources.list.d/icinga.sources <<EOF
Types: deb deb-src
URIs: https://packages.icinga.com/debian/
Suites: icinga-$(. /etc/os-release; echo "$VERSION_CODENAME")
Components: main
Signed-By: /usr/share/keyrings/icinga-archive-keyring.gpg
EOF

Testing (Pre Release) Builds

These are pre release builds which are not recommended for production use. If you're setting up a production system please use the release packages instead.

cat >/etc/apt/sources.list.d/icinga.sources <<EOF
Types: deb deb-src
URIs: https://packages.icinga.com/debian/
Suites: icinga-$(. /etc/os-release; echo "$VERSION_CODENAME")-testing
Components: main
Signed-By: /usr/share/keyrings/icinga-archive-keyring.gpg
EOF

Snapshot Builds

These are snapshot builds which are not suitable for production use. If you're setting up a production system please use the release packages instead.

cat >/etc/apt/sources.list.d/icinga.sources <<EOF
Types: deb deb-src
URIs: https://packages.icinga.com/debian/
Suites: icinga-$(. /etc/os-release; echo "$VERSION_CODENAME")-snapshots
Components: main
Signed-By: /usr/share/keyrings/icinga-archive-keyring.gpg
EOF