How To Install erlang-cluster_info on Fedora 36

In this tutorial we learn how to install erlang-cluster_info in Fedora 36. erlang-cluster_info is Cluster info/postmortem inspector for Erlang applications

Introduction

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

What is erlang-cluster_info

Cluster info/postmortem inspector for Erlang applications.

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

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

sudo dnf -y install erlang-cluster_info

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

sudo yum -y install erlang-cluster_info

How To Uninstall erlang-cluster_info on Fedora 36

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

sudo dnf remove erlang-cluster_info

erlang-cluster_info Package Contents on Fedora 36

/usr/share/doc/erlang-cluster_info
/usr/share/doc/erlang-cluster_info/README.md
/usr/share/erlang/lib/cluster_info-2.1.0
/usr/share/erlang/lib/cluster_info-2.1.0/ebin
/usr/share/erlang/lib/cluster_info-2.1.0/ebin/cluster_info.app
/usr/share/erlang/lib/cluster_info-2.1.0/ebin/cluster_info.beam
/usr/share/erlang/lib/cluster_info-2.1.0/ebin/cluster_info_basic.beam
/usr/share/erlang/lib/cluster_info-2.1.0/ebin/cluster_info_ex.beam
/usr/share/licenses/erlang-cluster_info
/usr/share/licenses/erlang-cluster_info/LICENSE

References

Summary

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