How to Install and Uninstall python2-pika.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 16,2024
1. Install "python2-pika.noarch" package
This tutorial shows how to install python2-pika.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python2-pika.noarch
Copied
2. Uninstall "python2-pika.noarch" package
Learn how to uninstall python2-pika.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python2-pika.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python2-pika.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:05:06 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-pika
Version : 1.0.1
Release : 3.el8.1
Architecture : noarch
Size : 255 k
Source : python-pika-1.0.1-3.el8.1.src.rpm
Repository : epel
Summary : AMQP 0-9-1 client library for Python 2
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 2 implementation.
Available Packages
Name : python2-pika
Version : 1.0.1
Release : 3.el8.1
Architecture : noarch
Size : 255 k
Source : python-pika-1.0.1-3.el8.1.src.rpm
Repository : epel
Summary : AMQP 0-9-1 client library for Python 2
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 2 implementation.