Debian packages built from mithro/paho-mqtt-bookworm. Rolling release: every push publishes a new version.
| Package | Version | Arch | Suite |
|---|---|---|---|
python3-paho-mqtt | 2.1.0-1~bpo12+1 | all | bookworm |
Pick the suite matching your system
(. /etc/os-release; echo $VERSION_CODENAME).
sudo install -d -m0755 /etc/apt/keyrings curl -fsSL https://mith.ro/paho-mqtt-bookworm/paho-mqtt-bookworm.gpg \ | sudo tee /etc/apt/keyrings/paho-mqtt-bookworm.gpg > /dev/null echo "deb [signed-by=/etc/apt/keyrings/paho-mqtt-bookworm.gpg] https://mith.ro/paho-mqtt-bookworm/bookworm/ ./" \ | sudo tee /etc/apt/sources.list.d/paho-mqtt-bookworm.list sudo apt update
Signing key fingerprint: 074CBB69330511A9F3C9975A0591CCA68503B317
Signed with the repository's own key. apt reads a keyring's
format from its file extension, so the key is published in both encodings:
paho-mqtt-bookworm.gpg is the binary keyring and
paho-mqtt-bookworm.asc the ASCII-armoured one. The
commands above use the binary form. To use the armoured key instead,
download paho-mqtt-bookworm.asc and give signed-by= a path
ending in .asc to match — apt ignores a keyring whose
extension disagrees with its contents.
Each suite is a separate flat repository, so the same version can ship for several Debian releases.