How To Install PyQt-builder on Fedora 36

In this tutorial we learn how to install PyQt-builder in Fedora 36. PyQt-builder is The PEP 517 compliant PyQt build system

Introduction

In this tutorial we learn how to install PyQt-builder on Fedora 36.

What is PyQt-builder

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.

We can use yum or dnf to install PyQt-builder on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install PyQt-builder.

Install PyQt-builder on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install PyQt-builder using dnf by running the following command:

sudo dnf -y install PyQt-builder

Install PyQt-builder on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install PyQt-builder using yum by running the following command:

sudo yum -y install PyQt-builder

How To Uninstall PyQt-builder on Fedora 36

To uninstall only the PyQt-builder package we can use the following command:

sudo dnf remove PyQt-builder

PyQt-builder Package Contents on Fedora 36

/usr/bin/pyqt-bundle
/usr/bin/pyqt-qt-wheel
/usr/lib/python3.10/site-packages/PyQt_builder-1.12.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/PyQt_builder-1.12.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/PyQt_builder-1.12.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/PyQt_builder-1.12.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/PyQt_builder-1.12.2-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/PyQt_builder-1.12.2-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/PyQt_builder-1.12.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pyqtbuild
/usr/lib/python3.10/site-packages/pyqtbuild/__init__.py
/usr/lib/python3.10/site-packages/pyqtbuild/__pycache__
/usr/lib/python3.10/site-packages/pyqtbuild/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/__pycache__/bindings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/__pycache__/bindings.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/__pycache__/builder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/__pycache__/builder.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/__pycache__/installable.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/__pycache__/installable.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/__pycache__/project.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/__pycache__/project.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bindings.py
/usr/lib/python3.10/site-packages/pyqtbuild/builder.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__init__.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/abstract_package.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/abstract_package.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/bundle.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/bundle.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/bundle_main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/bundle_main.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/qt_metadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/qt_metadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/qt_wheel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/qt_wheel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/qt_wheel_main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/qt_wheel_main.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/verbose.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/verbose.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/wheel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/__pycache__/wheel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/abstract_package.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/bundle.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/bundle_main.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__init__.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt3d.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt3d.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt5.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt5.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt6.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt6.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt6_3d.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt6_3d.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt6_charts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt6_charts.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt6_datavisualization.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt6_datavisualization.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt6_networkauth.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt6_networkauth.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt6_webengine.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqt6_webengine.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqtchart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqtchart.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqtdatavisualization.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqtdatavisualization.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqtnetworkauth.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqtnetworkauth.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqtpurchasing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqtpurchasing.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqtwebengine.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/__pycache__/pyqtwebengine.cpython-310.pyc
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqt.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqt3d.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqt5.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqt6.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqt6_3d.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqt6_charts.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqt6_datavisualization.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqt6_networkauth.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqt6_webengine.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqtchart.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqtdatavisualization.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqtnetworkauth.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqtpurchasing.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/packages/pyqtwebengine.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/qt_metadata.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/qt_wheel.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/qt_wheel_distinfo
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/qt_wheel_distinfo/LICENSE
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/qt_wheel_distinfo/METADATA
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/qt_wheel_distinfo/WHEEL
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/qt_wheel_main.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/verbose.py
/usr/lib/python3.10/site-packages/pyqtbuild/bundle/wheel.py
/usr/lib/python3.10/site-packages/pyqtbuild/installable.py
/usr/lib/python3.10/site-packages/pyqtbuild/project.py
/usr/lib/python3.10/site-packages/pyqtbuild/version.py
/usr/share/licenses/PyQt-builder
/usr/share/licenses/PyQt-builder/LICENSE-GPL2
/usr/share/licenses/PyQt-builder/LICENSE-GPL3

References

Summary

In this tutorial we learn how to install PyQt-builder on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).