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

Last updated: May 20,2024

1. Install "python3-psygnal" package

Please follow the guidelines below to install python3-psygnal on Kali Linux

$ sudo apt update $ sudo apt install python3-psygnal

2. Uninstall "python3-psygnal" package

Learn how to uninstall python3-psygnal on Kali Linux:

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

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

Package: python3-psygnal
Source: psygnal
Version: 0.9.1-2
Installed-Size: 241
Maintainer: Debian Python Team
Architecture: all
Depends: python3-importlib-metadata | python3 (>> 3.8), python3-mypy-extensions, python3-typing-extensions, python3:any
Size: 51280
SHA256: 65d0250218efe6e7ca41ccc3b3507d449599ef1204414df7541c7d61661f8d77
SHA1: 3c097b9cba546f6bebd9c2328490dae31e7b1ce7
MD5sum: 6e1b7b881f620014fb4e921cc65f9176
Description: Fast python callback/event system modeled after Qt Signals
Psygnal (pronounced "signal") is a pure python implementation of the
observer pattern, with the API of Qt-style Signals with (optional)
signature and type checking, and support for threading.
.
This library does not require or use Qt in any way, It simply
implements a similar observer pattern API.
Description-md5:
Section: python
Priority: optional
Filename: pool/main/p/psygnal/python3-psygnal_0.9.1-2_all.deb