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

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

Introduction

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

What is qt5-qtsvg-doc

Documentation for qtsvg.

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

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

sudo dnf -y install qt5-qtsvg-doc

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

sudo yum -y install qt5-qtsvg-doc

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

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

sudo dnf remove qt5-qtsvg-doc

qt5-qtsvg-doc Package Contents on Rocky Linux 8

/usr/share/doc/qt5/qtsvg
/usr/share/doc/qt5/qtsvg.qch
/usr/share/doc/qt5/qtsvg/examples-manifest.xml
/usr/share/doc/qt5/qtsvg/images
/usr/share/doc/qt5/qtsvg/images/arrow_bc.png
/usr/share/doc/qt5/qtsvg/images/bgrContent.png
/usr/share/doc/qt5/qtsvg/images/btn_next.png
/usr/share/doc/qt5/qtsvg/images/btn_prev.png
/usr/share/doc/qt5/qtsvg/images/bullet_dn.png
/usr/share/doc/qt5/qtsvg/images/bullet_sq.png
/usr/share/doc/qt5/qtsvg/images/home.png
/usr/share/doc/qt5/qtsvg/images/ico_note.png
/usr/share/doc/qt5/qtsvg/images/ico_note_attention.png
/usr/share/doc/qt5/qtsvg/images/ico_out.png
/usr/share/doc/qt5/qtsvg/images/logo.png
/usr/share/doc/qt5/qtsvg/images/svggenerator-example.png
/usr/share/doc/qt5/qtsvg/images/svgviewer-example.png
/usr/share/doc/qt5/qtsvg/images/textobject-example.png
/usr/share/doc/qt5/qtsvg/qtsvg-attribution-xsvg.html
/usr/share/doc/qt5/qtsvg/qtsvg-index.html
/usr/share/doc/qt5/qtsvg/qtsvg-module.html
/usr/share/doc/qt5/qtsvg/qtsvg-richtext-textobject-example.html
/usr/share/doc/qt5/qtsvg/qtsvg-richtext-textobject-files-heart-svg.html
/usr/share/doc/qt5/qtsvg/qtsvg-richtext-textobject-main-cpp.html
/usr/share/doc/qt5/qtsvg/qtsvg-richtext-textobject-resources-qrc.html
/usr/share/doc/qt5/qtsvg/qtsvg-richtext-textobject-svgtextobject-cpp.html
/usr/share/doc/qt5/qtsvg/qtsvg-richtext-textobject-svgtextobject-h.html
/usr/share/doc/qt5/qtsvg/qtsvg-richtext-textobject-textobject-pro.html
/usr/share/doc/qt5/qtsvg/qtsvg-richtext-textobject-window-cpp.html
/usr/share/doc/qt5/qtsvg/qtsvg-richtext-textobject-window-h.html
/usr/share/doc/qt5/qtsvg/qtsvg-svggenerator-displaywidget-cpp.html
/usr/share/doc/qt5/qtsvg/qtsvg-svggenerator-displaywidget-h.html
/usr/share/doc/qt5/qtsvg/qtsvg-svggenerator-example.html
/usr/share/doc/qt5/qtsvg/qtsvg-svggenerator-forms-window-ui.html
/usr/share/doc/qt5/qtsvg/qtsvg-svggenerator-main-cpp.html
/usr/share/doc/qt5/qtsvg/qtsvg-svggenerator-svggenerator-pro.html
/usr/share/doc/qt5/qtsvg/qtsvg-svggenerator-svggenerator-qrc.html
/usr/share/doc/qt5/qtsvg/qtsvg-svggenerator-window-cpp.html
/usr/share/doc/qt5/qtsvg/qtsvg-svggenerator-window-h.html
/usr/share/doc/qt5/qtsvg/qtsvg-svgviewer-example.html
/usr/share/doc/qt5/qtsvg/qtsvg-svgviewer-exportdialog-cpp.html
/usr/share/doc/qt5/qtsvg/qtsvg-svgviewer-exportdialog-h.html
/usr/share/doc/qt5/qtsvg/qtsvg-svgviewer-files-bubbles-svg.html
/usr/share/doc/qt5/qtsvg/qtsvg-svgviewer-files-cubic-svg.html
/usr/share/doc/qt5/qtsvg/qtsvg-svgviewer-files-spheres-svg.html
/usr/share/doc/qt5/qtsvg/qtsvg-svgviewer-main-cpp.html
/usr/share/doc/qt5/qtsvg/qtsvg-svgviewer-mainwindow-cpp.html
/usr/share/doc/qt5/qtsvg/qtsvg-svgviewer-mainwindow-h.html
/usr/share/doc/qt5/qtsvg/qtsvg-svgviewer-svgview-cpp.html
/usr/share/doc/qt5/qtsvg/qtsvg-svgviewer-svgview-h.html
/usr/share/doc/qt5/qtsvg/qtsvg-svgviewer-svgviewer-pro.html
/usr/share/doc/qt5/qtsvg/qtsvg-svgviewer-svgviewer-qrc.html
/usr/share/doc/qt5/qtsvg/qtsvg.index
/usr/share/doc/qt5/qtsvg/qtsvg.qhp
/usr/share/doc/qt5/qtsvg/qtsvg.qhp.sha1
/usr/share/doc/qt5/qtsvg/qtsvg.tags
/usr/share/doc/qt5/qtsvg/style
/usr/share/doc/qt5/qtsvg/style/offline-simple.css
/usr/share/doc/qt5/qtsvg/style/offline.css
/usr/share/doc/qt5/qtsvg/svgrendering.html

References

Summary

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