How to Install and Uninstall python3-kombu Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python3-kombu" package

In this section, we are going to explain the necessary steps to install python3-kombu on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-kombu

2. Uninstall "python3-kombu" package

Please follow the guidelines below to uninstall python3-kombu on openSUSE Leap:

$ sudo zypper remove python3-kombu

3. Information about the python3-kombu package on openSUSE Leap

Information for package python3-kombu:
--------------------------------------
Repository : Main Repository
Name : python3-kombu
Version : 4.6.11-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : python-kombu-4.6.11-bp155.2.12.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.