How To Install qt5-qtwebview-doc on Fedora 36

In this tutorial we learn how to install qt5-qtwebview-doc in Fedora 36. qt5-qtwebview-doc is Documentation for qtwebview

Introduction

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

What is qt5-qtwebview-doc

Documentation for qtwebview.

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

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

sudo dnf -y install qt5-qtwebview-doc

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

sudo yum -y install qt5-qtwebview-doc

How To Uninstall qt5-qtwebview-doc on Fedora 36

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

sudo dnf remove qt5-qtwebview-doc

qt5-qtwebview-doc Package Contents on Fedora 36

/usr/share/doc/qt5/qtwebview
/usr/share/doc/qt5/qtwebview.qch
/usr/share/doc/qt5/qtwebview/examples-manifest.xml
/usr/share/doc/qt5/qtwebview/images
/usr/share/doc/qt5/qtwebview/images/arrow_bc.png
/usr/share/doc/qt5/qtwebview/images/bgrContent.png
/usr/share/doc/qt5/qtwebview/images/btn_next.png
/usr/share/doc/qt5/qtwebview/images/btn_prev.png
/usr/share/doc/qt5/qtwebview/images/bullet_dn.png
/usr/share/doc/qt5/qtwebview/images/bullet_sq.png
/usr/share/doc/qt5/qtwebview/images/home.png
/usr/share/doc/qt5/qtwebview/images/ico_note.png
/usr/share/doc/qt5/qtwebview/images/ico_note_attention.png
/usr/share/doc/qt5/qtwebview/images/ico_out.png
/usr/share/doc/qt5/qtwebview/images/logo.png
/usr/share/doc/qt5/qtwebview/images/webview-example.jpg
/usr/share/doc/qt5/qtwebview/qml-qtwebview-webview-members.html
/usr/share/doc/qt5/qtwebview/qml-qtwebview-webview.html
/usr/share/doc/qt5/qtwebview/qml-qtwebview-webviewloadrequest-members.html
/usr/share/doc/qt5/qtwebview/qml-qtwebview-webviewloadrequest.html
/usr/share/doc/qt5/qtwebview/qtwebview-examples.html
/usr/share/doc/qt5/qtwebview/qtwebview-index.html
/usr/share/doc/qt5/qtwebview/qtwebview-minibrowser-example.html
/usr/share/doc/qt5/qtwebview/qtwebview-module.html
/usr/share/doc/qt5/qtwebview/qtwebview-qmlmodule.html
/usr/share/doc/qt5/qtwebview/qtwebview.html
/usr/share/doc/qt5/qtwebview/qtwebview.index
/usr/share/doc/qt5/qtwebview/qtwebview.qhp
/usr/share/doc/qt5/qtwebview/qtwebview.qhp.sha1
/usr/share/doc/qt5/qtwebview/style
/usr/share/doc/qt5/qtwebview/style/offline-simple.css
/usr/share/doc/qt5/qtwebview/style/offline.css

References

Summary

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