How To Install qt5-doctools on Fedora 36

In this tutorial we learn how to install qt5-doctools in Fedora 36. qt5-doctools is Qt5 doc tools package

Introduction

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

What is qt5-doctools

Qt5 doc tools package.

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

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

sudo dnf -y install qt5-doctools

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

sudo yum -y install qt5-doctools

How To Uninstall qt5-doctools on Fedora 36

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

sudo dnf remove qt5-doctools

qt5-doctools Package Contents on Fedora 36

/usr/bin/qdistancefieldgenerator
/usr/bin/qdoc
/usr/bin/qhelpgenerator-qt5
/usr/bin/qtattributionsscanner-qt5
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/b881f6da3afb51deefc322cdd2ae5e871617c2
/usr/lib/.build-id/29/b881f6da3afb51deefc322cdd2ae5e871617c2.1
/usr/lib/.build-id/29/c01c1a28f453dd99c1fd483ccfe3c0dbaae2b6
/usr/lib/.build-id/29/c01c1a28f453dd99c1fd483ccfe3c0dbaae2b6.1
/usr/lib/.build-id/46
/usr/lib/.build-id/46/8b243637e3d717772f3460d4f2d628c50ad77b
/usr/lib/.build-id/46/8b243637e3d717772f3460d4f2d628c50ad77b.1
/usr/lib/.build-id/56
/usr/lib/.build-id/56/da57cc77db21fdd976059c4a8ef44d159f72c8
/usr/lib/.build-id/56/da57cc77db21fdd976059c4a8ef44d159f72c8.1
/usr/lib64/qt5/bin/qdistancefieldgenerator
/usr/lib64/qt5/bin/qdoc
/usr/lib64/qt5/bin/qhelpgenerator
/usr/lib64/qt5/bin/qhelpgenerator-qt5
/usr/lib64/qt5/bin/qtattributionsscanner
/usr/lib64/qt5/bin/qtattributionsscanner-qt5

References

Summary

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