How to Install and Uninstall python3-pika.noarch Package on CentOS Stream 9
Last updated: January 13,2025
1. Install "python3-pika.noarch" package
This guide covers the steps necessary to install python3-pika.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-pika.noarch
Copied
2. Uninstall "python3-pika.noarch" package
Please follow the guidance below to uninstall python3-pika.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-pika.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pika.noarch package on CentOS Stream 9
Last metadata expiration check: 3:02:31 ago on Sat Mar 16 16:03:45 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.
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.