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

Last updated: May 15,2024

1. Install "python3-kombu" package

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

$ sudo apt update $ sudo apt install python3-kombu

2. Uninstall "python3-kombu" package

This guide covers the steps necessary to uninstall python3-kombu on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-kombu
Priority: optional
Section: universe/python
Installed-Size: 935
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: kombu
Version: 3.0.33-1ubuntu2
Depends: python3-amqp (>= 1.4.9), python3-anyjson (>= 0.3.3), python3:any (>= 3.3.2-2~)
Recommends: python3-yaml
Suggests: python-kombu-doc, python3-boto, python3-django, python3-pymongo, python3-redis, python3-sqlalchemy
Filename: pool/universe/k/kombu/python3-kombu_3.0.33-1ubuntu2_all.deb
Size: 160902
MD5sum: 940965c4d571e75b5d193dbb8d862af9
SHA1: 4da9718e7bd2a371e2865377df7fdc62ff235284
SHA256: 1147453eb3fe244c83995320930f107b90e81081270384f1af71ff6d8eedd508
Description-en: AMQP Messaging Framework for Python (Python3 version)
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.
.
This package contains the Python 3 version of the library.
Description-md5: 2004c1a0042e19c29ff918a570c3a4d0
Homepage: https://github.com/celery/kombu/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu