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

Last updated: June 18,2024

1. Install "python-amqp-doc" package

Please follow the guidance below to install python-amqp-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-amqp-doc" package

Please follow the guidance below to uninstall python-amqp-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-amqp-doc
Priority: extra
Section: doc
Installed-Size: 420
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-amqp
Version: 1.4.9-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/main/p/python-amqp/python-amqp-doc_1.4.9-1_all.deb
Size: 46114
MD5sum: 914306acd92725bef8f02a4c166b57b8
SHA1: 73d0bfcb95ff7b2800960cd919e353eb2766b62d
SHA256: 037c1ebcf412836be86d7637dc5e143711302b2d6a75113e879cdd50f0e08a7c
Description-en: 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: d21bba7f367ea48b74253f5ba32ad571
Homepage: https://github.com/celery/py-amqp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m