How to Install and Uninstall python3-AnyQt Package on openSUSE Leap

Last updated: October 06,2024

1. Install "python3-AnyQt" package

Please follow the steps below to install python3-AnyQt on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-AnyQt

2. Uninstall "python3-AnyQt" package

Learn how to uninstall python3-AnyQt on openSUSE Leap:

$ sudo zypper remove python3-AnyQt

3. Information about the python3-AnyQt package on openSUSE Leap

Information for package python3-AnyQt:
--------------------------------------
Repository : Main Repository
Name : python3-AnyQt
Version : 0.0.10-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 249.2 KiB
Installed : No
Status : not installed
Source package : python-AnyQt-0.0.10-bp155.2.13.src
Upstream URL : https://github.com/ales-erjavec/anyqt
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).