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

Last updated: May 10,2024

1. Install "python38-paho-mqtt" package

Here is a brief guide to show you how to install python38-paho-mqtt on openSuSE Tumbleweed

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

2. Uninstall "python38-paho-mqtt" package

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

$ sudo zypper remove python38-paho-mqtt

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

Information for package python38-paho-mqtt:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-paho-mqtt
Version : 1.6.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 596,2 KiB
Installed : No
Status : not installed
Source package : python-paho-mqtt-1.6.1-2.1.src
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.