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

Last updated: May 17,2024

1. Install "python3-pika" package

This guide covers the steps necessary to install python3-pika on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pika

2. Uninstall "python3-pika" package

Please follow the instructions below to uninstall python3-pika on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pika
Priority: optional
Section: universe/python
Installed-Size: 478
Maintainer: Ubuntu Developers
Original-Maintainer: Jan Dittberner
Architecture: all
Source: python-pika
Version: 0.10.0-1
Depends: python3:any (>= 3.4~)
Suggests: python-pika-doc (= 0.10.0-1)
Filename: pool/universe/p/python-pika/python3-pika_0.10.0-1_all.deb
Size: 73082
MD5sum: 64bebb830fccf285cad4010628e1da98
SHA1: 9c4c311be01776db9c417c7abff594dc07450d84
SHA256: 8029082b7dfdee1984c92b8391faaaeab6b21a68f727d239d0714b1a0553b283
Description-en: AMQP client library for Python 3
Pika is a pure-Python implementation of the AMQP-0-9-1 protocol that tries to
stay fairly independent of the underlying network support library. Pika was
developed primarily for use with RabitMQ, but also works with other
AMQP-0-9-1 brokers.
.
This is the Python 3 version of the library.
Description-md5: 05269df6dee14418305fd48661847b06
Homepage: http://pika.github.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu