How to Install and Uninstall python-carrot Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-carrot" package

Please follow the steps below to install python-carrot on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-carrot

2. Uninstall "python-carrot" package

This tutorial shows how to uninstall python-carrot on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-carrot $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-carrot package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-carrot
Priority: optional
Section: universe/python
Installed-Size: 487
Maintainer: Ubuntu Developers
Original-Maintainer: David Watson
Architecture: all
Version: 0.10.7-1.1
Depends: python-amqplib, python-anyjson, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-stompy
Filename: pool/universe/p/python-carrot/python-carrot_0.10.7-1.1_all.deb
Size: 77920
MD5sum: 9dcd50ba44a9abadf783cdf91aafe422
SHA1: 8e44674a7e7cd39e268206d18a8c3a58dd6111a3
SHA256: ffb1bd550901998ecd31d354099f84c1ae471a11b1483ae7cfe350f804c25efc
Description-en: 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.
.
carrot has pluggable messaging back-ends, so it is possible to support
several messaging systems. Currently, there is support for AMQP (py-amqplib)
and STOMP (python-stomp). There is also a in-memory backend for testing
purposes that uses the Python queue module.
Description-md5: eb7b774c7780b4c031d0937ba2ced83b
Homepage: http://pypi.python.org/pypi/carrot
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu