How To Install erlang-sd_notify on Fedora 36

In this tutorial we learn how to install erlang-sd_notify in Fedora 36. erlang-sd_notify is Erlang interface to systemd notify subsystem

Introduction

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

What is erlang-sd_notify

Erlang interface to systemd notify subsystem.

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

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

sudo dnf -y install erlang-sd_notify

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

sudo yum -y install erlang-sd_notify

How To Uninstall erlang-sd_notify on Fedora 36

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

sudo dnf remove erlang-sd_notify

erlang-sd_notify Package Contents on Fedora 36

/usr/share/erlang/lib/sd_notify-1.1
/usr/share/erlang/lib/sd_notify-1.1/ebin
/usr/share/erlang/lib/sd_notify-1.1/ebin/sd_notify.app
/usr/share/erlang/lib/sd_notify-1.1/ebin/sd_notify.beam
/usr/share/licenses/erlang-sd_notify
/usr/share/licenses/erlang-sd_notify/LICENSE

References

Summary

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