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

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

Introduction

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

What is qt5-qtremoteobjects-doc

Documentation for qtremoteobjects.

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

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

sudo dnf -y install qt5-qtremoteobjects-doc

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

sudo yum -y install qt5-qtremoteobjects-doc

How To Uninstall qt5-qtremoteobjects-doc on Rocky Linux 8

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

sudo dnf remove qt5-qtremoteobjects-doc

qt5-qtremoteobjects-doc Package Contents on Rocky Linux 8

/usr/share/doc/qt5/qtremoteobjects
/usr/share/doc/qt5/qtremoteobjects.qch
/usr/share/doc/qt5/qtremoteobjects/images
/usr/share/doc/qt5/qtremoteobjects/images/DirectConnectClientServerOutput.png
/usr/share/doc/qt5/qtremoteobjects/images/DirectConnectServerOutput.png
/usr/share/doc/qt5/qtremoteobjects/images/arrow_bc.png
/usr/share/doc/qt5/qtremoteobjects/images/bgrContent.png
/usr/share/doc/qt5/qtremoteobjects/images/btn_next.png
/usr/share/doc/qt5/qtremoteobjects/images/btn_prev.png
/usr/share/doc/qt5/qtremoteobjects/images/bullet_dn.png
/usr/share/doc/qt5/qtremoteobjects/images/bullet_sq.png
/usr/share/doc/qt5/qtremoteobjects/images/home.png
/usr/share/doc/qt5/qtremoteobjects/images/ico_note.png
/usr/share/doc/qt5/qtremoteobjects/images/ico_note_attention.png
/usr/share/doc/qt5/qtremoteobjects/images/ico_out.png
/usr/share/doc/qt5/qtremoteobjects/images/logo.png
/usr/share/doc/qt5/qtremoteobjects/qml-qtremoteobjects-node-members.html
/usr/share/doc/qt5/qtremoteobjects/qml-qtremoteobjects-node.html
/usr/share/doc/qt5/qtremoteobjects/qml-qtremoteobjects-settingsstore-members.html
/usr/share/doc/qt5/qtremoteobjects/qml-qtremoteobjects-settingsstore.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects-external-schemas.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects-gettingstarted.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects-index.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects-interaction.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects-module.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects-node.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects-qmlmodule.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects-registry.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects-repc.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects-replica.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects-source.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects-troubleshooting.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects-use.html
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects.index
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects.qhp
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects.qhp.sha1
/usr/share/doc/qt5/qtremoteobjects/qtremoteobjects.tags
/usr/share/doc/qt5/qtremoteobjects/qtroclientfactory-members.html
/usr/share/doc/qt5/qtremoteobjects/qtroclientfactory.html
/usr/share/doc/qt5/qtremoteobjects/qtroserverfactory-members.html
/usr/share/doc/qt5/qtremoteobjects/qtroserverfactory.html
/usr/share/doc/qt5/qtremoteobjects/style
/usr/share/doc/qt5/qtremoteobjects/style/offline-simple.css
/usr/share/doc/qt5/qtremoteobjects/style/offline.css

References

Summary

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