How to Install and Uninstall python3-kombu Package on Kali Linux

Last updated: July 03,2024

1. Install "python3-kombu" package

Please follow the step by step instructions below to install python3-kombu on Kali Linux

$ sudo apt update $ sudo apt install python3-kombu

2. Uninstall "python3-kombu" package

Please follow the guidance below to uninstall python3-kombu on Kali Linux:

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

3. Information about the python3-kombu package on Kali Linux

Package: python3-kombu
Source: kombu
Version: 5.3.5-1
Installed-Size: 767
Maintainer: Debian Python Team
Architecture: all
Depends: python3-amqp (>= 5.0.0), python3-anyjson, python3-vine, python3-typing-extensions | python3-supported-min (>= 3.10), python3:any
Recommends: python3-yaml
Suggests: python-kombu-doc, python3-boto, python3-django, python3-pymongo, python3-redis, python3-sqlalchemy
Breaks: python3-celery (<< 5.0)
Size: 185048
SHA256: d11443266f41674d11b03c5db0a1ed0f2f13f26c1fd2f1577896003c0a4a02c5
SHA1: 5eb796e6e9ff01952cb262295d38788a0ca39609
MD5sum: e4ccf7553d60db04aea84820b74fb865
Description: 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:
Homepage: https://github.com/celery/kombu/
Section: python
Priority: optional
Filename: pool/main/k/kombu/python3-kombu_5.3.5-1_all.deb