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

Last updated: May 18,2024

1. Install "python3-aiormq" package

Please follow the guidance below to install python3-aiormq on Kali Linux

$ sudo apt update $ sudo apt install python3-aiormq

2. Uninstall "python3-aiormq" package

Please follow the guidelines below to uninstall python3-aiormq on Kali Linux:

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

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

Package: python3-aiormq
Source: python-aiormq
Version: 6.4.2-1
Installed-Size: 128
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pamqp, python3-yarl, python3:any
Size: 21096
SHA256: 2630c5daf8227639a28007da9ad0bd76cd0c52d50c90fd4359a7467ffd406326
SHA1: 22d22c191070dbfcd840c342c45d70ffab6929af
MD5sum: b2b5a5cf836db0710e4a534dafe1da25
Description: pure Python AMQP client library (Python 3)
This program is a pure Python AMQP 0.9.1 asynchronous client library.
.
Features:
Connecting by URL.
Buffered queue for received frames.
Only PLAIN auth mechanism support.
Publisher confirms support.
Transactions support.
Channel based asynchronous locks.
Tracking unroutable messages.
Full SSL/TLS support.
Python type hints.
Uses pamqp as an AMQP 0.9.1 frame encoder/decoder.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/mosquito/aiormq
Section: python
Priority: optional
Filename: pool/main/p/python-aiormq/python3-aiormq_6.4.2-1_all.deb