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

Last updated: July 03,2024

1. Install "python2-amqp" package

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

$ sudo zypper refresh $ sudo zypper install python2-amqp

2. Uninstall "python2-amqp" package

This guide covers the steps necessary to uninstall python2-amqp on openSUSE Leap:

$ sudo zypper remove python2-amqp

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

Information for package python2-amqp:
-------------------------------------
Repository : Main Repository
Name : python2-amqp
Version : 2.6.1-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 349,5 KiB
Installed : No
Status : not installed
Source package : python-amqp-2.6.1-bp153.1.18.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.