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

Last updated: September 28,2024

1. Install "python2-kombu" package

Please follow the guidelines below to install python2-kombu on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-kombu

2. Uninstall "python2-kombu" package

Here is a brief guide to show you how to uninstall python2-kombu on openSUSE Leap:

$ sudo zypper remove python2-kombu

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

Information for package python2-kombu:
--------------------------------------
Repository : Main Repository
Name : python2-kombu
Version : 4.6.11-bp153.1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 1,4 MiB
Installed : No
Status : not installed
Source package : python-kombu-4.6.11-bp153.1.20.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.