How to Install and Uninstall python3-messaging.noarch Package on Fedora 39

Last updated: October 06,2024

1. Install "python3-messaging.noarch" package

This guide covers the steps necessary to install python3-messaging.noarch on Fedora 39

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

2. Uninstall "python3-messaging.noarch" package

This guide covers the steps necessary to uninstall python3-messaging.noarch on Fedora 39:

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

3. Information about the python3-messaging.noarch package on Fedora 39

Last metadata expiration check: 0:34:44 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-messaging
Version : 1.2
Release : 8.fc39
Architecture : noarch
Size : 177 k
Source : python-messaging-1.2-8.fc39.src.rpm
Repository : fedora
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.