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

Last updated: October 05,2024

1. Install "python310-pamqp" package

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

$ sudo zypper refresh $ sudo zypper install python310-pamqp

2. Uninstall "python310-pamqp" package

In this section, we are going to explain the necessary steps to uninstall python310-pamqp on openSuSE Tumbleweed:

$ sudo zypper remove python310-pamqp

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

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