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

Last updated: May 12,2024

1. Install "python-amqplib" package

Please follow the guidelines below to install python-amqplib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-amqplib

2. Uninstall "python-amqplib" package

This tutorial shows how to uninstall python-amqplib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-amqplib
Priority: optional
Section: universe/python
Installed-Size: 199
Maintainer: Ubuntu Developers
Original-Maintainer: Mikhail Gusarov
Architecture: all
Version: 1.0.2-1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Suggests: python-amqplib-doc
Filename: pool/universe/p/python-amqplib/python-amqplib_1.0.2-1_all.deb
Size: 34926
MD5sum: c5fbd5a52f7b755bc35866748d34a327
SHA1: 38734b46b3f5c74064e806e8e50585e7b07f8702
SHA256: e609ca152940daad8093ec28696746048ac4965199fa0821daa83158810418e2
Description-en: simple non-threaded Python AMQP client library
Python client for the Advanced Message Queuing Protocol (AMQP) 0-8, featuring
basic messaging functionality and SSL support.
.
python-amqplib provides synchronous API unlike other (event-driven)
implementations.
Description-md5: 86e5c838fa177a4f25a8f9a91377c826
Homepage: http://barryp.org/software/py-amqplib/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu