How To Install erlang-basho_metrics on Fedora 36

In this tutorial we learn how to install erlang-basho_metrics in Fedora 36. erlang-basho_metrics is Fast performance metrics for Erlang

Introduction

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

What is erlang-basho_metrics

An open source Erlang library for efficient calculation of service performance metrics.

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

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

sudo dnf -y install erlang-basho_metrics

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

sudo yum -y install erlang-basho_metrics

How To Uninstall erlang-basho_metrics on Fedora 36

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

sudo dnf remove erlang-basho_metrics

erlang-basho_metrics Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/720937a10526bff07f81076d0474ff383f1fce
/usr/lib64/erlang/lib/basho_metrics-1.0.0
/usr/lib64/erlang/lib/basho_metrics-1.0.0/ebin
/usr/lib64/erlang/lib/basho_metrics-1.0.0/ebin/basho_metrics.app
/usr/lib64/erlang/lib/basho_metrics-1.0.0/ebin/basho_metrics_nifs.beam
/usr/lib64/erlang/lib/basho_metrics-1.0.0/priv
/usr/lib64/erlang/lib/basho_metrics-1.0.0/priv/basho_metrics_nifs.so
/usr/share/doc/erlang-basho_metrics
/usr/share/doc/erlang-basho_metrics/README.org
/usr/share/licenses/erlang-basho_metrics
/usr/share/licenses/erlang-basho_metrics/LICENSE

References

Summary

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