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

Last updated: September 21,2024

1. Install "python311-amqp" package

Please follow the instructions below to install python311-amqp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-amqp

2. Uninstall "python311-amqp" package

Please follow the step by step instructions below to uninstall python311-amqp on openSuSE Tumbleweed:

$ sudo zypper remove python311-amqp

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

Information for package python311-amqp:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-amqp
Version : 5.2.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 400.2 KiB
Installed : No
Status : not installed
Source package : python-amqp-5.2.0-1.4.src
Upstream URL : https://github.com/celery/py-amqp
Summary : Low-level AMQP client for Python (fork of amqplib)
Description :
This is a fork of amqplib_ which was originally written by Barry Pederson.
It is maintained by the Celery_ project, and used by kombu as a pure python
alternative when librabbitmq is not available.
This library should be API compatible with librabbitmq.