How To Install qt5-doctools on Rocky Linux 8
In this tutorial we learn how to install qt5-doctools on Rocky Linux 8. qt5-doctools is Qt5 doc tools package
Introduction
In this tutorial we learn how to install qt5-doctools
on Rocky Linux 8.
What is qt5-doctools
Qt5 doc tools package.
We can use yum
or dnf
to install qt5-doctools
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install qt5-doctools.
Install qt5-doctools 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-doctools
using dnf
by running the following command:
sudo dnf -y install qt5-doctools
Install qt5-doctools 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-doctools
using yum
by running the following command:
sudo yum -y install qt5-doctools
How To Uninstall qt5-doctools on Rocky Linux 8
To uninstall only the qt5-doctools
package we can use the following command:
sudo dnf remove qt5-doctools
qt5-doctools Package Contents on Rocky Linux 8
/usr/bin/qdistancefieldgenerator
/usr/bin/qdoc
/usr/bin/qhelpgenerator-qt5
/usr/bin/qtattributionsscanner-qt5
/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/d96921ec9d1fdd5ad347800f874cf21c6d9c60
/usr/lib/.build-id/62/d96921ec9d1fdd5ad347800f874cf21c6d9c60.1
/usr/lib/.build-id/94
/usr/lib/.build-id/94/d866ba8642980e0767ddb595c17bf6ebfbdfa8
/usr/lib/.build-id/94/d866ba8642980e0767ddb595c17bf6ebfbdfa8.1
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/9f80755b9541d2b29f294e8304fb8b3899189a
/usr/lib/.build-id/d8/9f80755b9541d2b29f294e8304fb8b3899189a.1
/usr/lib/.build-id/de/afb8d46b5a26455781c7f81c37cd66e9f13099
/usr/lib/.build-id/de/afb8d46b5a26455781c7f81c37cd66e9f13099.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 Rocky Linux 8 using yum and dnf.