How to Install and Uninstall python3-pyqt-builder Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-pyqt-builder" package

This is a short guide on how to install python3-pyqt-builder on openSUSE Leap

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

2. Uninstall "python3-pyqt-builder" package

Please follow the guidance below to uninstall python3-pyqt-builder on openSUSE Leap:

$ sudo zypper remove python3-pyqt-builder

3. Information about the python3-pyqt-builder package on openSUSE Leap

Information for package python3-pyqt-builder:
---------------------------------------------
Repository : Main Repository
Name : python3-pyqt-builder
Version : 1.14.0-150500.1.6
Arch : noarch
Vendor : SUSE LLC
Installed Size : 9.2 MiB
Installed : No
Status : not installed
Source package : python3-pyqt-builder-1.14.0-150500.1.6.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.