How To Install erlang-esasl on Fedora 36

In this tutorial we learn how to install erlang-esasl in Fedora 36. erlang-esasl is Simple Authentication and Security Layer (SASL) support for Erlang

Introduction

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

What is erlang-esasl

Simple Authentication and Security Layer (SASL) support for Erlang.

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

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

sudo dnf -y install erlang-esasl

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

sudo yum -y install erlang-esasl

How To Uninstall erlang-esasl on Fedora 36

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

sudo dnf remove erlang-esasl

erlang-esasl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/f654cce36a97cb76a04c602379bd57e3f8e4ea
/usr/lib64/erlang/lib/esasl-0.1
/usr/lib64/erlang/lib/esasl-0.1/ebin
/usr/lib64/erlang/lib/esasl-0.1/ebin/esasl.app
/usr/lib64/erlang/lib/esasl-0.1/ebin/esasl.beam
/usr/lib64/erlang/lib/esasl-0.1/priv
/usr/lib64/erlang/lib/esasl-0.1/priv/gsasl_drv
/usr/share/doc/erlang-esasl
/usr/share/doc/erlang-esasl/AUTHORS
/usr/share/doc/erlang-esasl/README
/usr/share/licenses/erlang-esasl
/usr/share/licenses/erlang-esasl/COPYING
/usr/share/licenses/erlang-esasl/COPYING.LIB

References

Summary

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