How to Install and Uninstall python-carrot Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python-carrot" package

Here is a brief guide to show you how to install python-carrot on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-carrot

2. Uninstall "python-carrot" package

This tutorial shows how to uninstall python-carrot on openSUSE Leap:

$ sudo zypper remove python-carrot

3. Information about the python-carrot package on openSUSE Leap

Information for package python-carrot:
--------------------------------------
Repository : Main Repository
Name : python-carrot
Version : 0.10.7-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 266,1 KiB
Installed : No
Status : not installed
Source package : python-carrot-0.10.7-bp153.1.13.src
Summary : AMQP Messaging Framework for Python
Description :
An AMQP messaging queue framework. AMQP is the Advanced Message
Queuing Protocol, an open standard protocol for message orientation, queuing,
routing, reliability and security.
The aim of carrot is to make messaging in Python as easy as possible by
providing a high-level interface for producing and consuming messages. At the
same time it is a goal to re-use what is already available as much as possible.