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

Last updated: May 20,2024

1. Install "python38-pyqt-builder" package

Please follow the guidance below to install python38-pyqt-builder on openSuSE Tumbleweed

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

2. Uninstall "python38-pyqt-builder" package

Please follow the instructions below to uninstall python38-pyqt-builder on openSuSE Tumbleweed:

$ sudo zypper remove python38-pyqt-builder

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

Information for package python38-pyqt-builder:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pyqt-builder
Version : 1.12.2-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 12,9 MiB
Installed : No
Status : not installed
Source package : python-pyqt-builder-1.12.2-1.1.src
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.