How to Install and Uninstall python311-kombu Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "python311-kombu" package

Please follow the guidance below to install python311-kombu on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-kombu

2. Uninstall "python311-kombu" package

This tutorial shows how to uninstall python311-kombu on openSuSE Tumbleweed:

$ sudo zypper remove python311-kombu

3. Information about the python311-kombu package on openSuSE Tumbleweed

Information for package python311-kombu:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-kombu
Version : 5.3.5-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : python-kombu-5.3.5-2.1.src
Upstream URL : https://github.com/celery/kombu
Summary : AMQP Messaging Framework for Python
Description :
An AMQP messaging framework for Python.
AMQP is the Advanced Message Queuing Protocol, an open standard protocol
for message orientation, queuing, routing, reliability and security.
One of the most popular implementations of AMQP is RabbitMQ.
The aim of Kombu is to make messaging in Python as easy as possible by
providing an idiomatic high-level interface for the AMQP protocol, and also
provide proven and tested solutions to common messaging problems.