How To Install erlang-yconf on Fedora 36

In this tutorial we learn how to install erlang-yconf in Fedora 36. erlang-yconf is YAML configuration processor

Introduction

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

What is erlang-yconf

YAML configuration processor.

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

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

sudo dnf -y install erlang-yconf

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

sudo yum -y install erlang-yconf

How To Uninstall erlang-yconf on Fedora 36

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

sudo dnf remove erlang-yconf

erlang-yconf Package Contents on Fedora 36

/usr/share/doc/erlang-yconf
/usr/share/doc/erlang-yconf/CHANGELOG.md
/usr/share/doc/erlang-yconf/README.md
/usr/share/erlang/lib/yconf-1.0.7
/usr/share/erlang/lib/yconf-1.0.7/ebin
/usr/share/erlang/lib/yconf-1.0.7/ebin/yconf.app
/usr/share/erlang/lib/yconf-1.0.7/ebin/yconf.beam
/usr/share/licenses/erlang-yconf
/usr/share/licenses/erlang-yconf/LICENSE

References

Summary

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