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

Last updated: July 01,2024

1. Install "python312-pamqp" package

Here is a brief guide to show you how to install python312-pamqp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pamqp

2. Uninstall "python312-pamqp" package

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

$ sudo zypper remove python312-pamqp

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

Information for package python312-pamqp:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pamqp
Version : 3.3.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 349.7 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.