How To Install qt5-qtwebview-doc on Rocky Linux 8

In this tutorial we learn how to install qt5-qtwebview-doc on Rocky Linux 8. qt5-qtwebview-doc is Documentation for qtwebview

Introduction

In this tutorial we learn how to install qt5-qtwebview-doc on Rocky Linux 8.

What is qt5-qtwebview-doc

Documentation for qtwebview.

We can use yum or dnf to install qt5-qtwebview-doc on Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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 Rocky Linux 8

/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/used-in-examples
/usr/share/doc/qt5/qtwebview/images/used-in-examples/minibrowser
/usr/share/doc/qt5/qtwebview/images/used-in-examples/minibrowser/images
/usr/share/doc/qt5/qtwebview/images/used-in-examples/minibrowser/images/left-32.png
/usr/share/doc/qt5/qtwebview/images/used-in-examples/minibrowser/images/refresh-32.png
/usr/share/doc/qt5/qtwebview/images/used-in-examples/minibrowser/images/right-32.png
/usr/share/doc/qt5/qtwebview/images/used-in-examples/minibrowser/images/stop-32.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-android-loadprogressstyle-qml.html
/usr/share/doc/qt5/qtwebview/qtwebview-minibrowser-example.html
/usr/share/doc/qt5/qtwebview/qtwebview-minibrowser-loadprogressstyle-qml.html
/usr/share/doc/qt5/qtwebview/qtwebview-minibrowser-main-cpp.html
/usr/share/doc/qt5/qtwebview/qtwebview-minibrowser-main-qml.html
/usr/share/doc/qt5/qtwebview/qtwebview-minibrowser-minibrowser-pro.html
/usr/share/doc/qt5/qtwebview/qtwebview-minibrowser-qml-qrc.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 Rocky Linux 8 using yum and dnf.