How to Install and Uninstall python3-amqp.noarch Package on CentOS 8 / RHEL 8

Last updated: June 26,2024

1. Install "python3-amqp.noarch" package

This is a short guide on how to install python3-amqp.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-amqp.noarch" package

This tutorial shows how to uninstall python3-amqp.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-amqp.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:44:38 ago on Sun May 9 13:03:46 2021.
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.