How to Install and Uninstall python3-pika.noarch Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "python3-pika.noarch" package

Please follow the instructions below to install python3-pika.noarch on CentOS Stream 8

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

2. Uninstall "python3-pika.noarch" package

Please follow the steps below to uninstall python3-pika.noarch on CentOS Stream 8:

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

3. Information about the python3-pika.noarch package on CentOS Stream 8

Last metadata expiration check: 1:00:13 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-pika
Version : 1.0.1
Release : 3.el8.1
Architecture : noarch
Size : 258 k
Source : python-pika-1.0.1-3.el8.1.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.