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

Last updated: May 20,2024

1. Install "python310-pika" package

This tutorial shows how to install python310-pika on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pika

2. Uninstall "python310-pika" package

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

$ sudo zypper remove python310-pika

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

Information for package python310-pika:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pika
Version : 1.3.2-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1.7 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.