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

Last updated: November 23,2024

1. Install "python36-amqp" package

Here is a brief guide to show you how to install python36-amqp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-amqp

2. Uninstall "python36-amqp" package

This is a short guide on how to uninstall python36-amqp on openSuSE Tumbleweed:

$ sudo zypper remove python36-amqp

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

Information for package python36-amqp:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-amqp
Version : 5.0.6-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 479,7 KiB
Installed : No
Status : not installed
Source package : python-amqp-5.0.6-1.2.src
Summary : Low-level AMQP client for Python (fork of amqplib)
Description :
This is a fork of amqplib_ which was originally written by Barry Pederson.
It is maintained by the Celery_ project, and used by kombu as a pure python
alternative when librabbitmq is not available.
This library should be API compatible with librabbitmq.