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

Last updated: October 10,2024

1. Install "python3-amqp.noarch" package

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

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

2. Uninstall "python3-amqp.noarch" package

This guide let you learn how to uninstall python3-amqp.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:17:06 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-amqp
Version : 2.5.2
Release : 3.el8
Architecture : noarch
Size : 95 k
Source : python-amqp-2.5.2-3.el8.src.rpm
Repository : epel
Summary : Client library for AMQP
URL : http://pypi.python.org/pypi/amqp
License : BSD
Description : Low-level AMQP client for Python
:
: This is a fork of amqplib, maintained by the Celery project.
:
: This library should be API compatible with librabbitmq.