How to Install and Uninstall python3-pika.noarch Package on Fedora 34

Last updated: June 29,2024

1. Install "python3-pika.noarch" package

Please follow the steps below to install python3-pika.noarch on Fedora 34

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

2. Uninstall "python3-pika.noarch" package

Please follow the step by step instructions below to uninstall python3-pika.noarch on Fedora 34:

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

3. Information about the python3-pika.noarch package on Fedora 34

Last metadata expiration check: 0:36:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pika
Version : 1.2.1
Release : 1.fc34
Architecture : noarch
Size : 245 k
Source : python-pika-1.2.1-1.fc34.src.rpm
Repository : updates
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.