How to Install and Uninstall python3-pika Package on Kali Linux

Last updated: May 16,2024

1. Install "python3-pika" package

In this section, we are going to explain the necessary steps to install python3-pika on Kali Linux

$ sudo apt update $ sudo apt install python3-pika

2. Uninstall "python3-pika" package

Here is a brief guide to show you how to uninstall python3-pika on Kali Linux:

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

3. Information about the python3-pika package on Kali Linux

Package: python3-pika
Source: python-pika
Version: 1.2.0-1
Installed-Size: 730
Maintainer: Jan Dittberner
Architecture: all
Depends: python3:any
Suggests: python-pika-doc (= 1.2.0-1)
Size: 124536
SHA256: 225321a2e4fc1152d048752dfe006f21c0825da82a4aae92c64270ddcdc41f1a
SHA1: 4505130453624e334b302b66a83d2a7bc27e6628
MD5sum: f0e8e0980ea780dab9cb5dd33523a568
Description: 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:
Homepage: https://pika.readthedocs.io/en/latest/
Section: python
Priority: optional
Filename: pool/main/p/python-pika/python3-pika_1.2.0-1_all.deb