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

Last updated: July 06,2024

1. Install "python312-amqp" package

Please follow the steps below to install python312-amqp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-amqp

2. Uninstall "python312-amqp" package

In this section, we are going to explain the necessary steps to uninstall python312-amqp on openSuSE Tumbleweed:

$ sudo zypper remove python312-amqp

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

Information for package python312-amqp:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-amqp
Version : 5.2.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 388.5 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.