How To Install erlang-cth_readable on Fedora 36

In this tutorial we learn how to install erlang-cth_readable in Fedora 36. erlang-cth_readable is Common test hooks for more readable erlang logs

Introduction

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

What is erlang-cth_readable

Common test hooks for more readable erlang logs.

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

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

sudo dnf -y install erlang-cth_readable

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

sudo yum -y install erlang-cth_readable

How To Uninstall erlang-cth_readable on Fedora 36

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

sudo dnf remove erlang-cth_readable

erlang-cth_readable Package Contents on Fedora 36

/usr/share/doc/erlang-cth_readable
/usr/share/doc/erlang-cth_readable/README.md
/usr/share/erlang/lib/cth_readable-1.5.1
/usr/share/erlang/lib/cth_readable-1.5.1/ebin
/usr/share/erlang/lib/cth_readable-1.5.1/ebin/cth_readable.app
/usr/share/erlang/lib/cth_readable-1.5.1/ebin/cth_readable_compact_shell.beam
/usr/share/erlang/lib/cth_readable-1.5.1/ebin/cth_readable_failonly.beam
/usr/share/erlang/lib/cth_readable-1.5.1/ebin/cth_readable_helpers.beam
/usr/share/erlang/lib/cth_readable-1.5.1/ebin/cth_readable_lager_backend.beam
/usr/share/erlang/lib/cth_readable-1.5.1/ebin/cth_readable_nosasl.beam
/usr/share/erlang/lib/cth_readable-1.5.1/ebin/cth_readable_shell.beam
/usr/share/erlang/lib/cth_readable-1.5.1/ebin/cth_readable_transform.beam
/usr/share/erlang/lib/cth_readable-1.5.1/ebin/cthr.beam
/usr/share/licenses/erlang-cth_readable
/usr/share/licenses/erlang-cth_readable/LICENSE

References

Summary

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