How To Install erlang-epam on Fedora 36
Introduction
In this tutorial we learn how to install erlang-epam
on Fedora 36.
What is erlang-epam
An Erlang library for ejabberd that helps with PAM authentication.
We can use yum
or dnf
to install erlang-epam
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install erlang-epam.
Install erlang-epam 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-epam
using dnf
by running the following command:
sudo dnf -y install erlang-epam
Install erlang-epam 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-epam
using yum
by running the following command:
sudo yum -y install erlang-epam
How To Uninstall erlang-epam on Fedora 36
To uninstall only the erlang-epam
package we can use the following command:
sudo dnf remove erlang-epam
erlang-epam Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/bc8e30a420f3953c3e9d5c2baa22ce8a5cc235
/usr/lib64/erlang/lib/epam-1.0.9
/usr/lib64/erlang/lib/epam-1.0.9/ebin
/usr/lib64/erlang/lib/epam-1.0.9/ebin/epam.app
/usr/lib64/erlang/lib/epam-1.0.9/ebin/epam.beam
/usr/lib64/erlang/lib/epam-1.0.9/ebin/epam_app.beam
/usr/lib64/erlang/lib/epam-1.0.9/ebin/epam_sup.beam
/usr/lib64/erlang/lib/epam-1.0.9/priv
/usr/lib64/erlang/lib/epam-1.0.9/priv/bin
/usr/lib64/erlang/lib/epam-1.0.9/priv/bin/epam
/usr/share/doc/erlang-epam
/usr/share/doc/erlang-epam/CHANGELOG.md
/usr/share/doc/erlang-epam/README.md
/usr/share/licenses/erlang-epam
/usr/share/licenses/erlang-epam/LICENSE.txt
References
Summary
In this tutorial we learn how to install erlang-epam
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).