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

Last updated: July 04,2024

1. Install "python312-pyqt-builder" package

This guide covers the steps necessary to install python312-pyqt-builder on openSuSE Tumbleweed

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

2. Uninstall "python312-pyqt-builder" package

This guide let you learn how to uninstall python312-pyqt-builder on openSuSE Tumbleweed:

$ sudo zypper remove python312-pyqt-builder

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

Information for package python312-pyqt-builder:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-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.