How To Install python3-qt5-webengine on Fedora 36

In this tutorial we learn how to install python3-qt5-webengine in Fedora 36. python3-qt5-webengine is Python3 bindings for Qt5 WebEngine

Introduction

In this tutorial we learn how to install python3-qt5-webengine on Fedora 36.

What is python3-qt5-webengine

Python3 bindings for Qt5 WebEngine.

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

Install python3-qt5-webengine 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 python3-qt5-webengine using dnf by running the following command:

sudo dnf -y install python3-qt5-webengine

Install python3-qt5-webengine 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 python3-qt5-webengine using yum by running the following command:

sudo yum -y install python3-qt5-webengine

How To Uninstall python3-qt5-webengine on Fedora 36

To uninstall only the python3-qt5-webengine package we can use the following command:

sudo dnf remove python3-qt5-webengine

python3-qt5-webengine Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/9b666b9bdc9836d1066fac98d7042b45e416cb
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/fa48064ac60ea719199107ca3dab2471d74a03
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/bbf15c6a2edb0b7d678de0774d1ac774967aed
/usr/lib64/python3.10/site-packages/PyQt5/QtWebEngine.abi3.so
/usr/lib64/python3.10/site-packages/PyQt5/QtWebEngineCore.abi3.so
/usr/lib64/python3.10/site-packages/PyQt5/QtWebEngineWidgets.abi3.so
/usr/lib64/python3.10/site-packages/PyQtWebEngine-5.15.4.dist-info
/usr/lib64/python3.10/site-packages/PyQtWebEngine-5.15.4.dist-info/INSTALLER
/usr/lib64/python3.10/site-packages/PyQtWebEngine-5.15.4.dist-info/METADATA
/usr/lib64/python3.10/site-packages/PyQtWebEngine-5.15.4.dist-info/RECORD
/usr/share/doc/python3-qt5-webengine
/usr/share/doc/python3-qt5-webengine/README
/usr/share/licenses/python3-qt5-webengine
/usr/share/licenses/python3-qt5-webengine/LICENSE

References

Summary

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