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

Last updated: May 20,2024

1. Install "python3-anyqt" package

Here is a brief guide to show you how to install python3-anyqt on Kali Linux

$ sudo apt update $ sudo apt install python3-anyqt

2. Uninstall "python3-anyqt" package

Learn how to uninstall python3-anyqt on Kali Linux:

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

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

Package: python3-anyqt
Source: python-anyqt
Version: 0.2.0-2
Installed-Size: 172
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-anyqt-doc
Size: 28716
SHA256: 02e148a36b833062f6342b1022f9b2949670c1b25c4b4779cc53c974e152be0d
SHA1: 365533a48f73833047137c38da9c1d4c11946a60
MD5sum: 86cdfcb222c043a73e40682b8da317b9
Description: PyQt/PySide compatibility layer for Qt4/Qt5/Qt6.
The package allows the programmer to program equally for two different
versions of Qt:
* At the top level AnyQt exports a Qt5 compatible module namespace along with
some minimal renames to better support portability between different
versions
* Which Qt API/backend is chosen can be controlled by a QT_API env variable
* The api can be chosen/forced programmatically (as long as no
PyQt4/PyQt5/PySide/PySide2 was already imported)
* Provides an optional compatibility import hook, that denys imports from
conflicting Qt api, or intercepts and fakes a Qt4 api imports, to use a Qt5
compatible API (some monkey patching is involved).
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://anyqt.readthedocs.io
Section: python
Priority: optional
Filename: pool/main/p/python-anyqt/python3-anyqt_0.2.0-2_all.deb