How To Install erlang-ezlib on Fedora 36

In this tutorial we learn how to install erlang-ezlib in Fedora 36. erlang-ezlib is Native zlib driver for Erlang

Introduction

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

What is erlang-ezlib

A native zlib driver for Erlang / Elixir, used by ejabberd.

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

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

sudo dnf -y install erlang-ezlib

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

sudo yum -y install erlang-ezlib

How To Uninstall erlang-ezlib on Fedora 36

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

sudo dnf remove erlang-ezlib

erlang-ezlib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/745a74c0149ffaf0e9409e61b8336a9ff9f312
/usr/lib64/erlang/lib/ezlib-1.0.8
/usr/lib64/erlang/lib/ezlib-1.0.8/ebin
/usr/lib64/erlang/lib/ezlib-1.0.8/ebin/ezlib.app
/usr/lib64/erlang/lib/ezlib-1.0.8/ebin/ezlib.beam
/usr/lib64/erlang/lib/ezlib-1.0.8/ebin/ezlib_app.beam
/usr/lib64/erlang/lib/ezlib-1.0.8/ebin/ezlib_sup.beam
/usr/lib64/erlang/lib/ezlib-1.0.8/priv
/usr/lib64/erlang/lib/ezlib-1.0.8/priv/lib
/usr/lib64/erlang/lib/ezlib-1.0.8/priv/lib/ezlib_drv.so
/usr/share/doc/erlang-ezlib
/usr/share/doc/erlang-ezlib/CHANGELOG.md
/usr/share/doc/erlang-ezlib/README.md
/usr/share/licenses/erlang-ezlib
/usr/share/licenses/erlang-ezlib/LICENSE.txt

References

Summary

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