How To Install erlang-chronos on Fedora 36

In this tutorial we learn how to install erlang-chronos in Fedora 36. erlang-chronos is Timer utility for Erlang tests

Introduction

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

What is erlang-chronos

Timer utility for Erlang tests.

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

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

sudo dnf -y install erlang-chronos

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

sudo yum -y install erlang-chronos

How To Uninstall erlang-chronos on Fedora 36

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

sudo dnf remove erlang-chronos

erlang-chronos Package Contents on Fedora 36

/usr/share/erlang/lib/chronos-0.5.1
/usr/share/erlang/lib/chronos-0.5.1/ebin
/usr/share/erlang/lib/chronos-0.5.1/ebin/chronos.app
/usr/share/erlang/lib/chronos-0.5.1/ebin/chronos.beam
/usr/share/erlang/lib/chronos-0.5.1/ebin/chronos_command.beam

References

Summary

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