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

Last updated: July 02,2024

1. Install "python310-paho-mqtt" package

This guide let you learn how to install python310-paho-mqtt on openSuSE Tumbleweed

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

2. Uninstall "python310-paho-mqtt" package

Please follow the steps below to uninstall python310-paho-mqtt on openSuSE Tumbleweed:

$ sudo zypper remove python310-paho-mqtt

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

Information for package python310-paho-mqtt:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-paho-mqtt
Version : 1.6.1-2.15
Arch : noarch
Vendor : openSUSE
Installed Size : 579.6 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.