# Paessler apt repository Paessler GmbH provides an apt package repository for installation of our products on Debian- and Ubuntu-based distributions. ## Supported distributions | Distro | Versions | |--------|--------------------| | Debian | Bookworm, Bullseye | | Ubuntu | Jammy, Focal | ## Set up the repository Download the signing key to a new keyring: ```sh curl --fail --silent https://packages.paessler.com/keys/paessler.asc | sudo tee /usr/share/keyrings/paessler-archive-keyring.asc ``` Download the repository configuration file: ```bash curl --fail --silent https://packages.paessler.com/docs/apt-sources/$(source /etc/os-release && echo $VERSION_CODENAME).sources | sudo tee /etc/apt/sources.list.d/paessler.sources ``` ## Update package indices and install the product ```sh sudo apt-get update sudo apt-get install prtgmpprobe ``` --- Last update: 2024-07-03 11:02:18 +0200