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

Last updated: May 14,2024

1. Install "python39-amqp" package

This guide let you learn how to install python39-amqp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-amqp

2. Uninstall "python39-amqp" package

Please follow the guidance below to uninstall python39-amqp on openSuSE Tumbleweed:

$ sudo zypper remove python39-amqp

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

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