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

Last updated: July 07,2024

1. Install "python2-pamqp" package

This guide covers the steps necessary to install python2-pamqp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pamqp

2. Uninstall "python2-pamqp" package

Please follow the instructions below to uninstall python2-pamqp on openSUSE Leap:

$ sudo zypper remove python2-pamqp

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

Information for package python2-pamqp:
--------------------------------------
Repository : Main Repository
Name : python2-pamqp
Version : 2.3.0-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 251,2 KiB
Installed : No
Status : not installed
Source package : python-pamqp-2.3.0-bp153.1.17.src
Summary : A pure-python AMQP 0-9-1 frame encoder and decoder
Description :
pamqp is a pure-python AMQP 0-9-1 frame encoder and decoder.
pamqp is not a end-user client library for talking to RabbitMQ but
rather is used by client libraries for marshaling and unmarshaling
AMQP frames.
AMQP class/method command class mappings can be found in the
pamqp.specification module while actual frame encoding and
encoding should be run through the pamqp.frame module.