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

Last updated: May 18,2024

1. Install "python39-pyqt-builder" package

Here is a brief guide to show you how to install python39-pyqt-builder on openSuSE Tumbleweed

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

2. Uninstall "python39-pyqt-builder" package

Learn how to uninstall python39-pyqt-builder on openSuSE Tumbleweed:

$ sudo zypper remove python39-pyqt-builder

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

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