How to Install and Uninstall python3-amqp Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python3-amqp" package

Please follow the instructions below to install python3-amqp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-amqp

2. Uninstall "python3-amqp" package

In this section, we are going to explain the necessary steps to uninstall python3-amqp on openSUSE Leap:

$ sudo zypper remove python3-amqp

3. Information about the python3-amqp package on openSUSE Leap

Information for package python3-amqp:
-------------------------------------
Repository : Main Repository
Name : python3-amqp
Version : 2.6.1-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 462.5 KiB
Installed : No
Status : not installed
Source package : python-amqp-2.6.1-bp155.2.14.src
Upstream URL : http://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.