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

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

Introduction

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

What is qt5-qtwebview-examples

Programming examples for qt5-qtwebview.

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

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

sudo dnf -y install qt5-qtwebview-examples

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

sudo yum -y install qt5-qtwebview-examples

How To Uninstall qt5-qtwebview-examples on Rocky Linux 8

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

sudo dnf remove qt5-qtwebview-examples

qt5-qtwebview-examples Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/fc2b6c230aa9e72f78ac40b24c9057c26d5b53
/usr/lib64/qt5/examples
/usr/lib64/qt5/examples/webview
/usr/lib64/qt5/examples/webview/minibrowser
/usr/lib64/qt5/examples/webview/minibrowser/+android
/usr/lib64/qt5/examples/webview/minibrowser/+android/LoadProgressStyle.qml
/usr/lib64/qt5/examples/webview/minibrowser/LoadProgressStyle.qml
/usr/lib64/qt5/examples/webview/minibrowser/doc
/usr/lib64/qt5/examples/webview/minibrowser/doc/images
/usr/lib64/qt5/examples/webview/minibrowser/doc/images/webview-example.jpg
/usr/lib64/qt5/examples/webview/minibrowser/doc/src
/usr/lib64/qt5/examples/webview/minibrowser/doc/src/minibrowser.qdoc
/usr/lib64/qt5/examples/webview/minibrowser/images
/usr/lib64/qt5/examples/webview/minibrowser/images/left-32.png
/usr/lib64/qt5/examples/webview/minibrowser/images/refresh-32.png
/usr/lib64/qt5/examples/webview/minibrowser/images/right-32.png
/usr/lib64/qt5/examples/webview/minibrowser/images/stop-32.png
/usr/lib64/qt5/examples/webview/minibrowser/main.cpp
/usr/lib64/qt5/examples/webview/minibrowser/main.qml
/usr/lib64/qt5/examples/webview/minibrowser/minibrowser
/usr/lib64/qt5/examples/webview/minibrowser/minibrowser.pro
/usr/lib64/qt5/examples/webview/minibrowser/qml.qrc
/usr/lib64/qt5/examples/webview/webview.pro

References

Summary

In this tutorial we learn how to install qt5-qtwebview-examples on Rocky Linux 8 using yum and dnf.