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

Last updated: May 17,2024

1. Install "python-amqp" package

Please follow the step by step instructions below to install python-amqp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-amqp

2. Uninstall "python-amqp" package

Here is a brief guide to show you how to uninstall python-amqp on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-amqp
Priority: optional
Section: python
Installed-Size: 215
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.4.9-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-amqp-doc
Filename: pool/main/p/python-amqp/python-amqp_1.4.9-1_all.deb
Size: 38068
MD5sum: 13714d20829dc310a5bd01625473dec6
SHA1: b205144a4186f724e3c5f6a9bff029430b8f6fc8
SHA256: 9ba3e582c3c9ec5cdd96b915efbabb438df8442f088d395bed360e5e0bb995bf
Description-en: Low-level AMQP client
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.
Description-md5: 384d5af6fca84b4dc192fb6ba5e17385
Homepage: https://github.com/celery/py-amqp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y