How to Install and Uninstall python3-paho-mqtt Package on openSUSE Leap

Last updated: May 12,2024

1. Install "python3-paho-mqtt" package

In this section, we are going to explain the necessary steps to install python3-paho-mqtt on openSUSE Leap

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

2. Uninstall "python3-paho-mqtt" package

Please follow the instructions below to uninstall python3-paho-mqtt on openSUSE Leap:

$ sudo zypper remove python3-paho-mqtt

3. Information about the python3-paho-mqtt package on openSUSE Leap

Information for package python3-paho-mqtt:
------------------------------------------
Repository : Main Repository
Name : python3-paho-mqtt
Version : 1.5.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 591.2 KiB
Installed : No
Status : not installed
Source package : python-paho-mqtt-1.5.0-bp155.2.12.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.