How to Install and Uninstall python3-aiomqtt.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-aiomqtt.noarch" package

Here is a brief guide to show you how to install python3-aiomqtt.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-aiomqtt.noarch

2. Uninstall "python3-aiomqtt.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-aiomqtt.noarch on Rocky Linux 8:

$ sudo dnf remove python3-aiomqtt.noarch $ sudo dnf autoremove

3. Information about the python3-aiomqtt.noarch package on Rocky Linux 8

Last metadata expiration check: 1:15:06 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-aiomqtt
Version : 0.1.3
Release : 1.el8
Architecture : noarch
Size : 20 k
Source : python-aiomqtt-0.1.3-1.el8.src.rpm
Repository : epel
Summary : An AsyncIO asynchronous wrapper around paho-mqtt
URL : https://github.com/mossblaser/aiomqtt
License : EPL-1.0 or BSD
Description : This library implements a minimal Python 3 asyncio wrapper around the MQTT
: client in paho-mqtt.