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

Last updated: October 06,2024

1. Install "python3-pika.noarch" package

In this section, we are going to explain the necessary steps to install python3-pika.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-pika.noarch" package

Learn how to uninstall python3-pika.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:48:41 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pika
Version : 1.2.1
Release : 1.el9
Architecture : noarch
Size : 244 k
Source : python-pika-1.2.1-1.el9.src.rpm
Repository : epel
Summary : AMQP 0-9-1 client library for Python 3
URL : https://pypi.python.org/pypi/pika
License : BSD
Description :
: Pika is a pure-Python implementation of the AMQP 0-9-1 protocol that
: tries to stay fairly independent of the underlying network support
: library.
:
: This package provides the Python 3 implementation.