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

Last updated: November 06,2024

1. Install "python36-pyqt-builder" package

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

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

2. Uninstall "python36-pyqt-builder" package

Please follow the step by step instructions below to uninstall python36-pyqt-builder on openSuSE Tumbleweed:

$ sudo zypper remove python36-pyqt-builder

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

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