How to Install and Uninstall python39-pamqp Package on openSuSE Tumbleweed

Last updated: May 05,2024

1. Install "python39-pamqp" package

Learn how to install python39-pamqp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pamqp

2. Uninstall "python39-pamqp" package

This is a short guide on how to uninstall python39-pamqp on openSuSE Tumbleweed:

$ sudo zypper remove python39-pamqp

3. Information about the python39-pamqp package on openSuSE Tumbleweed

Information for package python39-pamqp:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pamqp
Version : 3.3.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 301.6 KiB
Installed : No
Status : not installed
Source package : python-pamqp-3.3.0-1.4.src
Upstream URL : https://github.com/gmr/pamqp
Summary : 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.