How to Install and Uninstall python311-pika Package on openSuSE Tumbleweed

Last updated: June 14,2024

1. Install "python311-pika" package

Please follow the steps below to install python311-pika on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pika

2. Uninstall "python311-pika" package

This guide let you learn how to uninstall python311-pika on openSuSE Tumbleweed:

$ sudo zypper remove python311-pika

3. Information about the python311-pika package on openSuSE Tumbleweed

Information for package python311-pika:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pika
Version : 1.3.2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2.2 MiB
Installed : No
Status : not installed
Source package : python-pika-1.3.2-2.2.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.