How to Install and Uninstall python36-AnyQt Package on openSuSE Tumbleweed

Last updated: June 15,2024

1. Install "python36-AnyQt" package

This is a short guide on how to install python36-AnyQt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-AnyQt

2. Uninstall "python36-AnyQt" package

This is a short guide on how to uninstall python36-AnyQt on openSuSE Tumbleweed:

$ sudo zypper remove python36-AnyQt

3. Information about the python36-AnyQt package on openSuSE Tumbleweed

Information for package python36-AnyQt:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-AnyQt
Version : 0.0.13-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 262,4 KiB
Installed : No
Status : not installed
Source package : python-AnyQt-0.0.13-1.3.src
Summary : PyQt4/PyQt5 compatibility layer
Description :
PyQt4/PyQt5 compatibility layer.
Features include:
* At the top level, AnyQt exports a Qt5 compatible module namespace along with
some minimal renames to better support portability between different
versions.
* The "QT_API" environment variable controls which Qt API/backend is used.
* The API can be chosen/forced programmatically (as long as no
PyQt4/PyQt5/PySide was already imported).
* An optional compatibility import hook that denies imports from
conflicting Qt APIs, or intercepts and fakes Qt4 API imports to use a Qt5
compatible API (some monkey patching is involved).