How To Install qcachegrind on Fedora 36

In this tutorial we learn how to install qcachegrind in Fedora 36. qcachegrind is QT GUI to profilers such as Valgrind

Introduction

In this tutorial we learn how to install qcachegrind on Fedora 36.

What is qcachegrind

QT-based browser for data produced by profiling tools (e.g. cachegrind).

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

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

sudo dnf -y install qcachegrind

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

sudo yum -y install qcachegrind

How To Uninstall qcachegrind on Fedora 36

To uninstall only the qcachegrind package we can use the following command:

sudo dnf remove qcachegrind

qcachegrind Package Contents on Fedora 36

/usr/bin/cgview
/usr/bin/qcachegrind
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/368c6f28b5f23569fafd37bcc642c34643a12a
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/c64cdf7cf836e9b5cabbec29cf54329b23f4c0
/usr/share/applications/qcachegrind.desktop
/usr/share/doc/qcachegrind
/usr/share/doc/qcachegrind/README
/usr/share/icons/hicolor/128x128/apps/kcachegrind.png
/usr/share/icons/hicolor/32x32/apps/kcachegrind.png
/usr/share/icons/hicolor/48x48/apps/kcachegrind.png
/usr/share/icons/hicolor/64x64/apps/kcachegrind.png
/usr/share/licenses/qcachegrind
/usr/share/licenses/qcachegrind/GFDL-1.2-or-later.txt
/usr/share/licenses/qcachegrind/GPL-2.0-only.txt
/usr/share/licenses/qcachegrind/LGPL-2.1-only.txt
/usr/share/licenses/qcachegrind/LGPL-3.0-only.txt
/usr/share/licenses/qcachegrind/LicenseRef-Qt-Commercial.txt
/usr/share/licenses/qcachegrind/Qt-LGPL-exception-1.1.txt

References

Summary

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