How To Install python3-qt5-webkit on Fedora 36

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

Introduction

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

What is python3-qt5-webkit

Python3 bindings for Qt5 Webkit.

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

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

sudo dnf -y install python3-qt5-webkit

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

sudo yum -y install python3-qt5-webkit

How To Uninstall python3-qt5-webkit on Fedora 36

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

sudo dnf remove python3-qt5-webkit

python3-qt5-webkit Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/4b5eb7cd75169cac52ff05b05d3c2e36f0eb22
/usr/lib/.build-id/f4/47dda08b59514168202062d92ce22f852c1bef
/usr/lib64/python3.10/site-packages/PyQt5/QtWebKit.abi3.so
/usr/lib64/python3.10/site-packages/PyQt5/QtWebKit.pyi
/usr/lib64/python3.10/site-packages/PyQt5/QtWebKitWidgets.abi3.so
/usr/lib64/python3.10/site-packages/PyQt5/QtWebKitWidgets.pyi

References

Summary

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