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

Last updated: May 12,2024

1. Install "python38-pamqp" package

Please follow the instructions below to install python38-pamqp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pamqp

2. Uninstall "python38-pamqp" package

Please follow the instructions below to uninstall python38-pamqp on openSuSE Tumbleweed:

$ sudo zypper remove python38-pamqp

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

Information for package python38-pamqp:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pamqp
Version : 3.0.1-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 422,6 KiB
Installed : No
Status : not installed
Source package : python-pamqp-3.0.1-1.5.src
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.