How To Install qt6-doctools on Fedora 36

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

Introduction

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

What is qt6-doctools

Qt6 doc tools package.

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

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

sudo dnf -y install qt6-doctools

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

sudo yum -y install qt6-doctools

How To Uninstall qt6-doctools on Fedora 36

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

sudo dnf remove qt6-doctools

qt6-doctools Package Contents on Fedora 36

/usr/bin/qdistancefieldgenerator-qt6
/usr/bin/qdoc-qt6
/usr/bin/qhelpgenerator-qt6
/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/b9fa428a8c0f338f9a97e95231063cd8a4b207
/usr/lib/.build-id/54/b9fa428a8c0f338f9a97e95231063cd8a4b207.1
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/e32945664ab09c79dce5aef1ab3abe5f416b47
/usr/lib/.build-id/6b/e32945664ab09c79dce5aef1ab3abe5f416b47.1
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/fa0484eb6503f518b3f38e562c690e66bdb187
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/3839ef5216f00ab4370063a78dda811ef28831
/usr/lib/.build-id/cf/3839ef5216f00ab4370063a78dda811ef28831.1
/usr/lib64/qt6/bin/qdistancefieldgenerator
/usr/lib64/qt6/bin/qdistancefieldgenerator-qt6
/usr/lib64/qt6/bin/qdoc
/usr/lib64/qt6/bin/qdoc-qt6
/usr/lib64/qt6/bin/qhelpgenerator
/usr/lib64/qt6/bin/qhelpgenerator-qt6
/usr/lib64/qt6/libexec/qtattributionsscanner

References

Summary

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