How To Install erlang-erlsyslog on Fedora 36

In this tutorial we learn how to install erlang-erlsyslog in Fedora 36. erlang-erlsyslog is Syslog facility for Erlang

Introduction

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

What is erlang-erlsyslog

Syslog facility for Erlang.

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

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

sudo dnf -y install erlang-erlsyslog

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

sudo yum -y install erlang-erlsyslog

How To Uninstall erlang-erlsyslog on Fedora 36

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

sudo dnf remove erlang-erlsyslog

erlang-erlsyslog Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/f83851c16769d2ecb54341ae516f4c4e67f1ad
/usr/lib64/erlang/lib/erlsyslog-0.8.0
/usr/lib64/erlang/lib/erlsyslog-0.8.0/ebin
/usr/lib64/erlang/lib/erlsyslog-0.8.0/ebin/erlsyslog.app
/usr/lib64/erlang/lib/erlsyslog-0.8.0/ebin/erlsyslog.beam
/usr/lib64/erlang/lib/erlsyslog-0.8.0/ebin/erlsyslog_drv.beam
/usr/lib64/erlang/lib/erlsyslog-0.8.0/ebin/erlsyslog_udp.beam
/usr/lib64/erlang/lib/erlsyslog-0.8.0/ebin/erlsyslog_unix.beam
/usr/lib64/erlang/lib/erlsyslog-0.8.0/include
/usr/lib64/erlang/lib/erlsyslog-0.8.0/include/erlsyslog.hrl
/usr/lib64/erlang/lib/erlsyslog-0.8.0/priv
/usr/lib64/erlang/lib/erlsyslog-0.8.0/priv/erlsyslog_drv.so
/usr/share/doc/erlang-erlsyslog
/usr/share/doc/erlang-erlsyslog/example
/usr/share/doc/erlang-erlsyslog/example/test.config
/usr/share/doc/erlang-erlsyslog/example/test.erl

References

Summary

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