How to Install and Uninstall python39-paho-mqtt Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "python39-paho-mqtt" package

Learn how to install python39-paho-mqtt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-paho-mqtt

2. Uninstall "python39-paho-mqtt" package

Learn how to uninstall python39-paho-mqtt on openSuSE Tumbleweed:

$ sudo zypper remove python39-paho-mqtt

3. Information about the python39-paho-mqtt package on openSuSE Tumbleweed

Information for package python39-paho-mqtt:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-paho-mqtt
Version : 1.6.1-2.15
Arch : noarch
Vendor : openSUSE
Installed Size : 580.0 KiB
Installed : No
Status : not installed
Source package : python-paho-mqtt-1.6.1-2.15.src
Upstream URL : http://eclipse.org/paho
Summary : MQTT version 3.11 client class
Description :
This code provides a client class which enable applications to connect to an
MQTT broker to publish messages, and to subscribe to topics and receive
published messages. It also provides some helper functions to make publishing
one off messages to an MQTT server very straightforward.
The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things"
connectivity protocol. Designed as an extremely lightweight publish/subscribe
messaging transport, it is useful for connections with remote locations where
a small code footprint is required and/or network bandwidth is at a premium.
Paho is an Eclipse Foundation project.