How to Install and Uninstall python-amqp-doc Package on Kali Linux

Last updated: May 19,2024

1. Install "python-amqp-doc" package

This tutorial shows how to install python-amqp-doc on Kali Linux

$ sudo apt update $ sudo apt install python-amqp-doc

2. Uninstall "python-amqp-doc" package

Please follow the instructions below to uninstall python-amqp-doc on Kali Linux:

$ sudo apt remove python-amqp-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-amqp-doc package on Kali Linux

Package: python-amqp-doc
Source: python-amqp
Version: 5.2.0-1
Installed-Size: 1432
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Size: 144404
SHA256: c797c1821b3187f841125ff933e168c8d87aa425cab93cfa216c255c57f97043
SHA1: 07901b7eddf2ea0ccb40796cb0072f0bb6847488
MD5sum: 81be195c1a5cf406a36388ce7e2bb8ee
Description: Low-level AMQP client (Documentation)
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 documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/celery/py-amqp
Section: doc
Priority: optional
Filename: pool/main/p/python-amqp/python-amqp-doc_5.2.0-1_all.deb