How To Install inferno on Fedora 36

In this tutorial we learn how to install inferno in Fedora 36. inferno is Rust port of the FlameGraph performance profiling tool suite

Introduction

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

What is inferno

Rust port of the FlameGraph performance profiling tool suite.

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

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

sudo dnf -y install inferno

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

sudo yum -y install inferno

How To Uninstall inferno on Fedora 36

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

sudo dnf remove inferno

inferno Package Contents on Fedora 36

/usr/bin/inferno-collapse-dtrace
/usr/bin/inferno-collapse-guess
/usr/bin/inferno-collapse-perf
/usr/bin/inferno-collapse-sample
/usr/bin/inferno-collapse-vtune
/usr/bin/inferno-diff-folded
/usr/bin/inferno-flamegraph
/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/6d23d714066501a3fc9c45249608c9c1a7bb47
/usr/lib/.build-id/97
/usr/lib/.build-id/97/54efbee5891fdc8bcef4d3a8ccaffae7c099c2
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/a5f42f618210b73abdfc821bb17ba9f95e857c
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/923219401df68c5644d39ec0bdc726c407f1a6
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/4cbe363b4b4003445423161d5762c330519580
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/9362a22a14367cb0fd87311bd865ec7a19c683
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/0ddc61ad609de3c439ae78c87f78be9dc29594
/usr/share/doc/inferno
/usr/share/doc/inferno/CHANGELOG.md
/usr/share/doc/inferno/README.md
/usr/share/licenses/inferno
/usr/share/licenses/inferno/LICENSE

References

Summary

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