How To Install erlang-bbmustache on Fedora 36

In this tutorial we learn how to install erlang-bbmustache in Fedora 36. erlang-bbmustache is Binary pattern match-based Mustache template engine for Erlang

Introduction

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

What is erlang-bbmustache

Binary pattern match-based Mustache template engine for Erlang.

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

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

sudo dnf -y install erlang-bbmustache

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

sudo yum -y install erlang-bbmustache

How To Uninstall erlang-bbmustache on Fedora 36

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

sudo dnf remove erlang-bbmustache

erlang-bbmustache Package Contents on Fedora 36

/usr/share/doc/erlang-bbmustache
/usr/share/doc/erlang-bbmustache/README.md
/usr/share/doc/erlang-bbmustache/doc
/usr/share/doc/erlang-bbmustache/doc/README.md
/usr/share/doc/erlang-bbmustache/doc/bbmustache.md
/usr/share/erlang/lib/bbmustache-1.12.2
/usr/share/erlang/lib/bbmustache-1.12.2/ebin
/usr/share/erlang/lib/bbmustache-1.12.2/ebin/bbmustache.app
/usr/share/erlang/lib/bbmustache-1.12.2/ebin/bbmustache.beam
/usr/share/licenses/erlang-bbmustache
/usr/share/licenses/erlang-bbmustache/LICENSE

References

Summary

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