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

Last updated: May 15,2024

1. Install "python-kombu" package

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

$ sudo apt update $ sudo apt install python-kombu

2. Uninstall "python-kombu" package

In this section, we are going to explain the necessary steps to uninstall python-kombu on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-kombu
Priority: optional
Section: python
Installed-Size: 936
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: kombu
Version: 3.0.33-1ubuntu2
Depends: python-amqp (>= 1.4.9), python-anyjson (>= 0.3.3), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-yaml
Suggests: python-beanstalkc, python-boto, python-django, python-kombu-doc, python-pika, python-pymongo (>= 2.6.2), python-redis, python-sqlalchemy
Breaks: python-cjson (<= 1.0.5-4+b1)
Filename: pool/main/k/kombu/python-kombu_3.0.33-1ubuntu2_all.deb
Size: 161314
MD5sum: 91e493170e094617d680cf323341221b
SHA1: c889cb137c212ae3777aa5a08422083cbea47a06
SHA256: 643278452a53ac114adb0e3b55d62c33acb2392157436185993dc12e4cced273
Description-en: AMQP Messaging Framework for Python
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. It is meant
to replace the carrot library by providing a compatibility layer.
.
Features:
* Allows application authors to support several message server solutions by
using pluggable transports.
* Supports automatic encoding, serialization and compression of message
payloads.
* The ability to ensure that an operation is performed by gracefully handling
connection and channel errors.
Description-md5: 848b8b50da6eb9f6ea81881d26c16e05
Homepage: https://github.com/celery/kombu/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y