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

Last updated: November 23,2024

1. Install "python310-amqp" package

In this section, we are going to explain the necessary steps to install python310-amqp on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-amqp

2. Uninstall "python310-amqp" package

This guide let you learn how to uninstall python310-amqp on openSuSE Tumbleweed:

$ sudo zypper remove python310-amqp

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

Information for package python310-amqp:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-amqp
Version : 5.2.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 335.1 KiB
Installed : No
Status : not installed
Source package : python-amqp-5.2.0-1.4.src
Upstream URL : https://github.com/celery/py-amqp
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.