How to Install and Uninstall python3-amqp Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "python3-amqp" package

Learn how to install python3-amqp on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-amqp

2. Uninstall "python3-amqp" package

Please follow the guidelines below to uninstall python3-amqp on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-amqp package on Ubuntu 21.10 (Impish Indri)

Package: python3-amqp
Architecture: all
Version: 5.0.3-3
Priority: extra
Section: python
Source: python-amqp
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 207
Depends: python3-vine, python3:any
Suggests: python-amqp-doc
Filename: pool/main/p/python-amqp/python3-amqp_5.0.3-3_all.deb
Size: 39960
MD5sum: 48736a8da43a4e888bf6b330c23c52fd
SHA1: 8fd0fe69a7eb09b42952db123485b0fbf6d72491
SHA256: 8b78447e5fbd28141c2530342efe009b293ab07e895b3e96527950a1a71d830d
SHA512: 34708d68a603fb58ee46f645bf196dda65ce8588a1f83792177cef2da98b985e0e2a00124c31903c0f5ec22e797d76b4add98f8d7a9a0d099b7f66a84a3c5507
Homepage: https://github.com/celery/py-amqp
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