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

Last updated: May 12,2024

1. Install "python3-amqplib" package

This tutorial shows how to install python3-amqplib on Kali Linux

$ sudo apt update $ sudo apt install python3-amqplib

2. Uninstall "python3-amqplib" package

This is a short guide on how to uninstall python3-amqplib on Kali Linux:

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

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

Package: python3-amqplib
Source: python-amqplib
Version: 1.0.2-3
Installed-Size: 177
Maintainer: Mikhail Gusarov
Architecture: all
Depends: python3:any
Suggests: python-amqplib-doc
Size: 33440
SHA256: 41b6b8b483728b4bf42af0acb518abbd6295c83521a9a34c8b5a73176d15a579
SHA1: cea27f57e9c38d2f266adaf13b67c9e752ff98bd
MD5sum: dce7477d362486336ecd7e0b672372a6
Description: simple non-threaded Python AMQP client library (Python3 version)
Python client for the Advanced Message Queuing Protocol (AMQP) 0-8, featuring
basic messaging functionality and SSL support.
.
python3-amqplib provides synchronous API unlike other (event-driven)
implementations.
.
This package contains the Python 3 version of the library.
Description-md5: 180ffd24aeb5fe94db9fe6db295fa081
Homepage: http://barryp.org/software/py-amqplib/
Section: python
Priority: optional
Filename: pool/main/p/python-amqplib/python3-amqplib_1.0.2-3_all.deb