How to Install and Uninstall python3-paho-mqtt Package on Kali Linux

Last updated: November 22,2024

1. Install "python3-paho-mqtt" package

This guide covers the steps necessary to install python3-paho-mqtt on Kali Linux

$ sudo apt update $ sudo apt install python3-paho-mqtt

2. Uninstall "python3-paho-mqtt" package

This tutorial shows how to uninstall python3-paho-mqtt on Kali Linux:

$ sudo apt remove python3-paho-mqtt $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-paho-mqtt package on Kali Linux

Package: python3-paho-mqtt
Source: python-paho-mqtt
Version: 1.6.1-1
Installed-Size: 295
Maintainer: Sebastian Reichel
Architecture: all
Depends: python3:any
Size: 56076
SHA256: 9c796779119ea04d5657b45d64e7aa0d68892414140940296a68d77da3476693
SHA1: bab419cf321c016b48a3b57f63c75aee04ffd6ff
MD5sum: b86024a32c3ffa5ec9e5c4e6848c7892
Description: MQTT client class (Python 3)
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.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://www.eclipse.org/paho/clients/python/
Section: python
Priority: optional
Filename: pool/main/p/python-paho-mqtt/python3-paho-mqtt_1.6.1-1_all.deb