How To Install erlang-sidejob on Fedora 36

In this tutorial we learn how to install erlang-sidejob in Fedora 36. erlang-sidejob is An Erlang library that implements a parallel, capacity-limited request pool

Introduction

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

What is erlang-sidejob

An Erlang library that implements a parallel, capacity-limited request pool. In sidejob, these pools are called resources. A resource is managed by multiple gen_server like processes which can be sent calls and casts using sidejob or sidejob

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

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

sudo dnf -y install erlang-sidejob

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

sudo yum -y install erlang-sidejob

How To Uninstall erlang-sidejob on Fedora 36

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

sudo dnf remove erlang-sidejob

erlang-sidejob Package Contents on Fedora 36

/usr/share/erlang/lib/sidejob-2.0.2
/usr/share/erlang/lib/sidejob-2.0.2/ebin
/usr/share/erlang/lib/sidejob-2.0.2/ebin/sidejob.app
/usr/share/erlang/lib/sidejob-2.0.2/ebin/sidejob.beam
/usr/share/erlang/lib/sidejob-2.0.2/ebin/sidejob_app.beam
/usr/share/erlang/lib/sidejob-2.0.2/ebin/sidejob_config.beam
/usr/share/erlang/lib/sidejob-2.0.2/ebin/sidejob_resource_stats.beam
/usr/share/erlang/lib/sidejob-2.0.2/ebin/sidejob_resource_sup.beam
/usr/share/erlang/lib/sidejob-2.0.2/ebin/sidejob_stat.beam
/usr/share/erlang/lib/sidejob-2.0.2/ebin/sidejob_sup.beam
/usr/share/erlang/lib/sidejob-2.0.2/ebin/sidejob_supervisor.beam
/usr/share/erlang/lib/sidejob-2.0.2/ebin/sidejob_worker.beam
/usr/share/erlang/lib/sidejob-2.0.2/ebin/sidejob_worker_sup.beam

References

Summary

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