How to Install and Uninstall python3-messaging.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "python3-messaging.noarch" package

This is a short guide on how to install python3-messaging.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-messaging.noarch" package

Here is a brief guide to show you how to uninstall python3-messaging.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-messaging.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:11:14 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-messaging
Version : 1.1
Release : 17.el9
Architecture : noarch
Size : 155 k
Source : python-messaging-1.1-17.el9.src.rpm
Repository : epel
Summary : Python abstraction of a "message"
URL : https://github.com/cern-mig/python-messaging
License : ASL 2.0
Description : This module provides an abstraction of a "message", as used in Enterprise
: Messaging Systems.
:
: The modules include a transport independent message abstraction, a
: versatile message generator and several message queues/spools to
: locally store messages.
:
: The python module messaging is compatible with the Perl
: module Messaging::Message.