How To Install apitrace-gui on Fedora 36

In this tutorial we learn how to install apitrace-gui in Fedora 36. apitrace-gui is Graphical frontend for apitrace

Introduction

In this tutorial we learn how to install apitrace-gui on Fedora 36.

What is apitrace-gui

This package contains qapitrace, the Graphical frontend for apitrace.

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

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

sudo dnf -y install apitrace-gui

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

sudo yum -y install apitrace-gui

How To Uninstall apitrace-gui on Fedora 36

To uninstall only the apitrace-gui package we can use the following command:

sudo dnf remove apitrace-gui

apitrace-gui Package Contents on Fedora 36

/usr/bin/qapitrace
/usr/lib/.build-id
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/88a28da41513ab594d1aaf5d2c5f5a75ad6336
/usr/share/appdata/qapitrace.appdata.xml
/usr/share/applications/qapitrace.desktop

References

Summary

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