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

Last updated: May 15,2024

1. Install "python3-aiosignal" package

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

$ sudo apt update $ sudo apt install python3-aiosignal

2. Uninstall "python3-aiosignal" package

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

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

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

Package: python3-aiosignal
Source: aiosignal
Version: 1.3.1-1
Installed-Size: 30
Maintainer: Debian Python Team
Architecture: all
Depends: python3-frozenlist, python3:any
Size: 6016
SHA256: 2619512f98428f3d504c195fcce157dc6279d8e87ac2f5e8aadc8c7b380b829b
SHA1: 4757da325a09bad108e9ad407a2f3b01a915c138
MD5sum: 9efd0cf8d140991b870c29cfec9d293e
Description: manage callbacks in asyncio projects
Signal is a list of registered asynchronous callbacks.
.
The signal's life-cycle has two stages: after creation its content
could be filled by using standard list operations: `sig.append()` etc.
.
After you call `sig.freeze()` the signal is frozen: adding, removing
and dropping callbacks is forbidden.
.
The only available operation is calling the previously registered
callbacks by using `await sig.send(data)`.
Description-md5:
Homepage: https://github.com/aio-libs/aiosignal
Section: python
Priority: optional
Filename: pool/main/a/aiosignal/python3-aiosignal_1.3.1-1_all.deb