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

Last updated: October 13,2024

1. Install "python3-kombu.noarch" package

Please follow the step by step instructions below to install python3-kombu.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-kombu.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-kombu.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:37:37 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-kombu
Epoch : 1
Version : 4.6.6
Release : 3.el8
Architecture : noarch
Size : 370 k
Source : python-kombu-4.6.6-3.el8.src.rpm
Repository : epel
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.