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

Last updated: May 12,2024

1. Install "python3-amqp" package

This guide covers the steps necessary to install python3-amqp on Kali Linux

$ sudo apt update $ sudo apt install python3-amqp

2. Uninstall "python3-amqp" package

This tutorial shows how to uninstall python3-amqp on Kali Linux:

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

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

Package: python3-amqp
Source: python-amqp
Version: 5.2.0-1
Installed-Size: 213
Maintainer: Debian Python Team
Architecture: all
Depends: python3-vine, python3:any
Suggests: python-amqp-doc
Size: 42532
SHA256: 26c38b5bb5d661e0dc3d7793a5ad1668c8a4e93b75c23225d955fe7a9aed6000
SHA1: c481e63ceee39a54fe981fc4df632620f8a64dac
MD5sum: 9bf78fcbd1b022b9799525370ab4b5f9
Description: Low-level AMQP client (Python3 version)
This is a fork of amqplib which was originally written by Barry Pederson. It
is maintained by the Celery project, and used by kombu as a pure Python
alternative when librabbitmq is not available.
.
This library should be API compatible with librabbitmq. Differences from
amqplib are:
* Supports draining events from multiple channels (Connection.drain_events).
* Support for timeouts.
* Channels are restored after channel error, instead of having to close the
connection.
* Support for heartbeats.
* Supports RabbitMQ extensions:
- Consumer Cancel Notifications.
- Publisher confirms.
- Exchange-to-exchange bindings: exchange_bind / exchange_unbind.
* Support for basic_return.
* Uses AMQP 0-9-1 instead of 0-8.
* Exposes the underlying socket as Connection.sock.
* Adds Channel.no_ack_consumers to keep track of consumer tags that set the
no_ack flag.
* Slightly better at error recovery.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/celery/py-amqp
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-amqp/python3-amqp_5.2.0-1_all.deb