How To Install qt6-assistant on Fedora 36

In this tutorial we learn how to install qt6-assistant in Fedora 36. qt6-assistant is Documentation browser for Qt6

Introduction

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

What is qt6-assistant

Documentation browser for Qt6.

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

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

sudo dnf -y install qt6-assistant

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

sudo yum -y install qt6-assistant

How To Uninstall qt6-assistant on Fedora 36

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

sudo dnf remove qt6-assistant

qt6-assistant Package Contents on Fedora 36

/usr/bin/assistant-qt6
/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/f0c0773c3d8ccf14d3180926fd5d10232f276d
/usr/lib/.build-id/7c/f0c0773c3d8ccf14d3180926fd5d10232f276d.1
/usr/lib64/qt6/bin/assistant
/usr/lib64/qt6/bin/assistant-qt6
/usr/share/applications/qt6-assistant.desktop
/usr/share/icons/hicolor/128x128/apps/assistant-qt6.png
/usr/share/icons/hicolor/32x32/apps/assistant-qt6.png

References

Summary

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