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

Last updated: May 18,2024

1. Install "python3-pamqp" package

This guide let you learn how to install python3-pamqp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pamqp

2. Uninstall "python3-pamqp" package

This tutorial shows how to uninstall python3-pamqp on openSUSE Leap:

$ sudo zypper remove python3-pamqp

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

Information for package python3-pamqp:
--------------------------------------
Repository : Main Repository
Name : python3-pamqp
Version : 2.3.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 333.8 KiB
Installed : No
Status : not installed
Source package : python-pamqp-2.3.0-bp155.2.11.src
Upstream URL : https://github.com/gmr/pamqp
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.