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

Last updated: June 26,2024

1. Install "python38-amqp" package

In this section, we are going to explain the necessary steps to install python38-amqp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-amqp

2. Uninstall "python38-amqp" package

Please follow the instructions below to uninstall python38-amqp on openSuSE Tumbleweed:

$ sudo zypper remove python38-amqp

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

Information for package python38-amqp:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-amqp
Version : 5.0.6-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 470,5 KiB
Installed : No
Status : not installed
Source package : python-amqp-5.0.6-1.2.src
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.