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

Last updated: October 05,2024

1. Install "python36-kombu" package

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

$ sudo zypper refresh $ sudo zypper install python36-kombu

2. Uninstall "python36-kombu" package

Please follow the steps below to uninstall python36-kombu on openSuSE Tumbleweed:

$ sudo zypper remove python36-kombu

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

Information for package python36-kombu:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-kombu
Version : 5.2.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1,7 MiB
Installed : No
Status : not installed
Source package : python-kombu-5.2.0-1.1.src
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.