How to Install and Uninstall python311-pyqt-builder Package on openSuSE Tumbleweed

Last updated: July 16,2024

1. Install "python311-pyqt-builder" package

Please follow the guidelines below to install python311-pyqt-builder on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pyqt-builder

2. Uninstall "python311-pyqt-builder" package

Please follow the steps below to uninstall python311-pyqt-builder on openSuSE Tumbleweed:

$ sudo zypper remove python311-pyqt-builder

3. Information about the python311-pyqt-builder package on openSuSE Tumbleweed

Information for package python311-pyqt-builder:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pyqt-builder
Version : 1.15.4-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 9.2 MiB
Installed : No
Status : not installed
Source package : python-pyqt-builder-1.15.4-1.4.src
Upstream URL : https://www.riverbankcomputing.com/software/pyqt-builder
Summary : The PEP 517 compliant PyQt build system
Description :
PyQt-builder is the PEP 517 compliant build system for PyQt and projects that
extend PyQt. It extends the sip build system and uses Qt’s qmake to perform the
actual compilation and installation of extension modules.
Projects that use PyQt-builder provide an appropriate pyproject.toml file and an
optional project.py script. Any PEP 517 compliant frontend, for example
sip-install or pip can then be used to build and install the project.