How To Install pyqtwebengine-doc on Fedora 36

In this tutorial we learn how to install pyqtwebengine-doc in Fedora 36. pyqtwebengine-doc is Developer documentation for pyqtwebengine

Introduction

In this tutorial we learn how to install pyqtwebengine-doc on Fedora 36.

What is pyqtwebengine-doc

Developer documentation for pyqtwebengine.

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

Install pyqtwebengine-doc 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 pyqtwebengine-doc using dnf by running the following command:

sudo dnf -y install pyqtwebengine-doc

Install pyqtwebengine-doc 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 pyqtwebengine-doc using yum by running the following command:

sudo yum -y install pyqtwebengine-doc

How To Uninstall pyqtwebengine-doc on Fedora 36

To uninstall only the pyqtwebengine-doc package we can use the following command:

sudo dnf remove pyqtwebengine-doc

pyqtwebengine-doc Package Contents on Fedora 36

/usr/share/qt5/qsci
/usr/share/qt5/qsci/api
/usr/share/qt5/qsci/api/python
/usr/share/qt5/qsci/api/python/PyQtWebEngine.api

References

Summary

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