How To Install erlang-eflame on Fedora 36

In this tutorial we learn how to install erlang-eflame in Fedora 36. erlang-eflame is Flame Graph profiler for Erlang

Introduction

In this tutorial we learn how to install erlang-eflame on Fedora 36.

What is erlang-eflame

Flame Graph profiler for Erlang.

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

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

sudo dnf -y install erlang-eflame

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

sudo yum -y install erlang-eflame

How To Uninstall erlang-eflame on Fedora 36

To uninstall only the erlang-eflame package we can use the following command:

sudo dnf remove erlang-eflame

erlang-eflame Package Contents on Fedora 36

/usr/share/doc/erlang-eflame
/usr/share/doc/erlang-eflame/README-Riak-Example.md
/usr/share/doc/erlang-eflame/README.md
/usr/share/erlang/lib/eflame-0
/usr/share/erlang/lib/eflame-0/bin
/usr/share/erlang/lib/eflame-0/bin/flamegraph.pl
/usr/share/erlang/lib/eflame-0/bin/flamegraph.riak-color.pl
/usr/share/erlang/lib/eflame-0/ebin
/usr/share/erlang/lib/eflame-0/ebin/eflame.app
/usr/share/erlang/lib/eflame-0/ebin/eflame.beam
/usr/share/erlang/lib/eflame-0/ebin/eflame2.beam
/usr/share/erlang/lib/eflame-0/ebin/eflame_app.beam
/usr/share/erlang/lib/eflame-0/ebin/eflame_sup.beam
/usr/share/licenses/erlang-eflame
/usr/share/licenses/erlang-eflame/LICENSE

References

Summary

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