How To Install erlang-poolboy on Fedora 36

In this tutorial we learn how to install erlang-poolboy in Fedora 36. erlang-poolboy is A hunky Erlang worker pool factory

Introduction

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

What is erlang-poolboy

A hunky Erlang worker pool factory.

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

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

sudo dnf -y install erlang-poolboy

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

sudo yum -y install erlang-poolboy

How To Uninstall erlang-poolboy on Fedora 36

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

sudo dnf remove erlang-poolboy

erlang-poolboy Package Contents on Fedora 36

/usr/share/doc/erlang-poolboy
/usr/share/doc/erlang-poolboy/README.md
/usr/share/erlang/lib/poolboy-1.5.2
/usr/share/erlang/lib/poolboy-1.5.2/ebin
/usr/share/erlang/lib/poolboy-1.5.2/ebin/poolboy.app
/usr/share/erlang/lib/poolboy-1.5.2/ebin/poolboy.beam
/usr/share/erlang/lib/poolboy-1.5.2/ebin/poolboy_sup.beam
/usr/share/erlang/lib/poolboy-1.5.2/ebin/poolboy_worker.beam
/usr/share/licenses/erlang-poolboy
/usr/share/licenses/erlang-poolboy/LICENSE
/usr/share/licenses/erlang-poolboy/UNLICENSE

References

Summary

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