How To Install erlang-unicode_util_compat on Fedora 36

In this tutorial we learn how to install erlang-unicode_util_compat in Fedora 36. erlang-unicode_util_compat is A unicode_util compatibility library for Erlang < 20

Introduction

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

What is erlang-unicode_util_compat

This allows the usage of unicode_util and string from Erlang R21 in older erlang >= R18.

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

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

sudo dnf -y install erlang-unicode_util_compat

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

sudo yum -y install erlang-unicode_util_compat

How To Uninstall erlang-unicode_util_compat on Fedora 36

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

sudo dnf remove erlang-unicode_util_compat

erlang-unicode_util_compat Package Contents on Fedora 36

/usr/share/doc/erlang-unicode_util_compat
/usr/share/doc/erlang-unicode_util_compat/README.md
/usr/share/erlang/lib/unicode_util_compat-0.5.0
/usr/share/erlang/lib/unicode_util_compat-0.5.0/ebin
/usr/share/erlang/lib/unicode_util_compat-0.5.0/ebin/string_compat.beam
/usr/share/erlang/lib/unicode_util_compat-0.5.0/ebin/unicode_util_compat.app
/usr/share/erlang/lib/unicode_util_compat-0.5.0/ebin/unicode_util_compat.beam
/usr/share/licenses/erlang-unicode_util_compat
/usr/share/licenses/erlang-unicode_util_compat/LICENSE

References

Summary

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