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

Last updated: May 13,2024

1. Install "python3-amqp" package

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

$ sudo apt update $ sudo apt install python3-amqp

2. Uninstall "python3-amqp" package

In this section, we are going to explain the necessary steps to uninstall python3-amqp on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-amqp
Priority: extra
Section: python
Installed-Size: 215
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-amqp
Version: 1.4.9-1
Depends: python3:any (>= 3.3.2-2~)
Suggests: python-amqp-doc
Filename: pool/main/p/python-amqp/python3-amqp_1.4.9-1_all.deb
Size: 38198
MD5sum: c569ce80edc3dd96008f6bd8eea1a5fd
SHA1: e4fa9508f8b9d99552c811c6a6096daa2b3fdde6
SHA256: ef87fbd192352e4e7ebabed4ec562da75a98ebafdb66abfd3ef79b8137e5aa7a
Description-en: 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: 70c977b192b4a186946192a7322dcd31
Homepage: https://github.com/celery/py-amqp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m