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

Last updated: December 25,2024

1. Install "python36-pamqp" package

This tutorial shows how to install python36-pamqp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pamqp

2. Uninstall "python36-pamqp" package

This guide let you learn how to uninstall python36-pamqp on openSuSE Tumbleweed:

$ sudo zypper remove python36-pamqp

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

Information for package python36-pamqp:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pamqp
Version : 3.0.1-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 350,0 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.