How To Install erlang-stringprep on Fedora 36

In this tutorial we learn how to install erlang-stringprep in Fedora 36. erlang-stringprep is A framework for preparing Unicode strings to help input and comparison

Introduction

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

What is erlang-stringprep

Stringprep is a framework for preparing Unicode test strings in order to increase the likelihood that string input and string comparison work. The principle are defined in RFC-3454 This library is leverage Erlang native NIF mechanism to provide extremely fast and efficient processing.

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

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

sudo dnf -y install erlang-stringprep

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

sudo yum -y install erlang-stringprep

How To Uninstall erlang-stringprep on Fedora 36

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

sudo dnf remove erlang-stringprep

erlang-stringprep Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/d324187868af889ae79991c12f2f1514009349
/usr/lib64/erlang/lib/stringprep-1.0.22
/usr/lib64/erlang/lib/stringprep-1.0.22/ebin
/usr/lib64/erlang/lib/stringprep-1.0.22/ebin/stringprep.app
/usr/lib64/erlang/lib/stringprep-1.0.22/ebin/stringprep.beam
/usr/lib64/erlang/lib/stringprep-1.0.22/ebin/stringprep_app.beam
/usr/lib64/erlang/lib/stringprep-1.0.22/ebin/stringprep_sup.beam
/usr/lib64/erlang/lib/stringprep-1.0.22/priv
/usr/lib64/erlang/lib/stringprep-1.0.22/priv/lib
/usr/lib64/erlang/lib/stringprep-1.0.22/priv/lib/stringprep.so
/usr/share/doc/erlang-stringprep
/usr/share/doc/erlang-stringprep/CHANGELOG.md
/usr/share/doc/erlang-stringprep/README.md
/usr/share/licenses/erlang-stringprep
/usr/share/licenses/erlang-stringprep/LICENSE.ALL
/usr/share/licenses/erlang-stringprep/LICENSE.TCL
/usr/share/licenses/erlang-stringprep/LICENSE.txt

References

Summary

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