How To Install erlang-jiffy on Fedora 36

In this tutorial we learn how to install erlang-jiffy in Fedora 36. erlang-jiffy is Erlang JSON parser

Introduction

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

What is erlang-jiffy

A JSON parser for Erlang implemented as a NIF.

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

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

sudo dnf -y install erlang-jiffy

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

sudo yum -y install erlang-jiffy

How To Uninstall erlang-jiffy on Fedora 36

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

sudo dnf remove erlang-jiffy

erlang-jiffy Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/1c507cd5c2b23b565acdfcf7dbf791fd3b5916
/usr/lib64/erlang/lib/jiffy-1.0.5
/usr/lib64/erlang/lib/jiffy-1.0.5/ebin
/usr/lib64/erlang/lib/jiffy-1.0.5/ebin/jiffy.app
/usr/lib64/erlang/lib/jiffy-1.0.5/ebin/jiffy.beam
/usr/lib64/erlang/lib/jiffy-1.0.5/ebin/jiffy_utf8.beam
/usr/lib64/erlang/lib/jiffy-1.0.5/priv
/usr/lib64/erlang/lib/jiffy-1.0.5/priv/jiffy.so
/usr/share/doc/erlang-jiffy
/usr/share/doc/erlang-jiffy/README.md
/usr/share/licenses/erlang-jiffy
/usr/share/licenses/erlang-jiffy/LICENSE

References

Summary

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