How To Install erlang-neotoma on Fedora 36

In this tutorial we learn how to install erlang-neotoma in Fedora 36. erlang-neotoma is Erlang library and packrat parser-generator for parsing expression grammars

Introduction

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

What is erlang-neotoma

Erlang library and packrat parser-generator for parsing expression grammars.

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

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

sudo dnf -y install erlang-neotoma

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

sudo yum -y install erlang-neotoma

How To Uninstall erlang-neotoma on Fedora 36

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

sudo dnf remove erlang-neotoma

erlang-neotoma Package Contents on Fedora 36

/usr/share/doc/erlang-neotoma
/usr/share/doc/erlang-neotoma/README.textile
/usr/share/doc/erlang-neotoma/extra
/usr/share/doc/erlang-neotoma/extra/arithmetic.erl
/usr/share/doc/erlang-neotoma/extra/arithmetic.peg
/usr/share/doc/erlang-neotoma/extra/csv.erl
/usr/share/doc/erlang-neotoma/extra/csv.peg
/usr/share/doc/erlang-neotoma/extra/json.erl
/usr/share/doc/erlang-neotoma/extra/json.peg
/usr/share/erlang/lib/neotoma-1.7.4
/usr/share/erlang/lib/neotoma-1.7.4/ebin
/usr/share/erlang/lib/neotoma-1.7.4/ebin/neotoma.app
/usr/share/erlang/lib/neotoma-1.7.4/ebin/neotoma.beam
/usr/share/erlang/lib/neotoma-1.7.4/ebin/neotoma_parse.beam
/usr/share/erlang/lib/neotoma-1.7.4/priv
/usr/share/erlang/lib/neotoma-1.7.4/priv/neotoma_parse.peg
/usr/share/erlang/lib/neotoma-1.7.4/priv/peg_includes.hrl
/usr/share/licenses/erlang-neotoma
/usr/share/licenses/erlang-neotoma/LICENSE

References

Summary

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