How To Install erlang-skerl on Fedora 36

In this tutorial we learn how to install erlang-skerl in Fedora 36. erlang-skerl is Skein hash function for Erlang, via NIFs

Introduction

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

What is erlang-skerl

Skein hash function for Erlang, via NIFs.

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

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

sudo dnf -y install erlang-skerl

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

sudo yum -y install erlang-skerl

How To Uninstall erlang-skerl on Fedora 36

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

sudo dnf remove erlang-skerl

erlang-skerl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/d1c60cc1479075662c2153adbe59fecf299fd7
/usr/lib64/erlang/lib/skerl-1.1.0
/usr/lib64/erlang/lib/skerl-1.1.0/ebin
/usr/lib64/erlang/lib/skerl-1.1.0/ebin/hex.beam
/usr/lib64/erlang/lib/skerl-1.1.0/ebin/skerl.app
/usr/lib64/erlang/lib/skerl-1.1.0/ebin/skerl.beam
/usr/lib64/erlang/lib/skerl-1.1.0/priv
/usr/lib64/erlang/lib/skerl-1.1.0/priv/skerl_nifs.so

References

Summary

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