How to Install and Uninstall python3-pika Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-pika" package

In this section, we are going to explain the necessary steps to install python3-pika on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pika

2. Uninstall "python3-pika" package

Please follow the guidelines below to uninstall python3-pika on openSUSE Leap:

$ sudo zypper remove python3-pika

3. Information about the python3-pika package on openSUSE Leap

Information for package python3-pika:
-------------------------------------
Repository : Main Repository
Name : python3-pika
Version : 1.1.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : python-pika-1.1.0-bp155.2.12.src
Upstream URL : https://github.com/pika/pika
Summary : Pika Python AMQP Client Library
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. Pika was developed primarily for use with RabbitMQ, but
should also work with other AMQP 0-9-1 brokers.