How to Install and Uninstall python3-kombu.noarch Package on Fedora 35

Last updated: April 25,2024

1. Install "python3-kombu.noarch" package

This is a short guide on how to install python3-kombu.noarch on Fedora 35

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

2. Uninstall "python3-kombu.noarch" package

Please follow the guidelines below to uninstall python3-kombu.noarch on Fedora 35:

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

3. Information about the python3-kombu.noarch package on Fedora 35

Last metadata expiration check: 1:46:44 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-kombu
Epoch : 1
Version : 5.2.3
Release : 1.fc35
Architecture : noarch
Size : 326 k
Source : python-kombu-5.2.3-1.fc35.src.rpm
Repository : updates
Summary : An AMQP Messaging Framework for Python
URL : http://kombu.readthedocs.org/
License : BSD and Python
Description : AMQP is the Advanced Message Queuing Protocol, an open standard protocol
: for message orientation, queuing, routing, reliability and security.
:
: One of the most popular implementations of AMQP is RabbitMQ.
:
: The aim of Kombu is to make messaging in Python as easy as possible by
: providing an idiomatic high-level interface for the AMQP protocol, and
: also provide proven and tested solutions to common messaging problems.