How To Install erlang-ebloom on Fedora 36

In this tutorial we learn how to install erlang-ebloom in Fedora 36. erlang-ebloom is A NIF wrapper around a basic bloom filter

Introduction

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

What is erlang-ebloom

A NIF wrapper around a basic bloom filter.

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

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

sudo dnf -y install erlang-ebloom

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

sudo yum -y install erlang-ebloom

How To Uninstall erlang-ebloom on Fedora 36

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

sudo dnf remove erlang-ebloom

erlang-ebloom Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/39c1b38b62bf3ecf809440181fb6be2c9d0144
/usr/lib64/erlang/lib/ebloom-2.1.0
/usr/lib64/erlang/lib/ebloom-2.1.0/ebin
/usr/lib64/erlang/lib/ebloom-2.1.0/ebin/ebloom.app
/usr/lib64/erlang/lib/ebloom-2.1.0/ebin/ebloom.beam
/usr/lib64/erlang/lib/ebloom-2.1.0/priv
/usr/lib64/erlang/lib/ebloom-2.1.0/priv/ebloom_nifs.so

References

Summary

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