How To Install erlang-amf on Fedora 36
Introduction
In this tutorial we learn how to install erlang-amf
on Fedora 36.
What is erlang-amf
Erlang Action Message Format Library.
We can use yum
or dnf
to install erlang-amf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install erlang-amf.
Install erlang-amf 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-amf
using dnf
by running the following command:
sudo dnf -y install erlang-amf
Install erlang-amf 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-amf
using yum
by running the following command:
sudo yum -y install erlang-amf
How To Uninstall erlang-amf on Fedora 36
To uninstall only the erlang-amf
package we can use the following command:
sudo dnf remove erlang-amf
erlang-amf Package Contents on Fedora 36
/usr/share/doc/erlang-amf
/usr/share/doc/erlang-amf/README
/usr/share/doc/erlang-amf/doc
/usr/share/doc/erlang-amf/doc/amf.html
/usr/share/doc/erlang-amf/doc/amf0.html
/usr/share/doc/erlang-amf/doc/amf3.html
/usr/share/doc/erlang-amf/doc/amf_AbstractMessage.html
/usr/share/doc/erlang-amf/doc/amf_AcknowledgeMessage.html
/usr/share/doc/erlang-amf/doc/amf_AsyncMessage.html
/usr/share/doc/erlang-amf/doc/amf_CommandMessage.html
/usr/share/doc/erlang-amf/doc/edoc-info
/usr/share/doc/erlang-amf/doc/erlang.png
/usr/share/doc/erlang-amf/doc/index.html
/usr/share/doc/erlang-amf/doc/modules-frame.html
/usr/share/doc/erlang-amf/doc/overview-summary.html
/usr/share/doc/erlang-amf/doc/overview.edoc
/usr/share/doc/erlang-amf/doc/stylesheet.css
/usr/share/erlang/lib/amf-0
/usr/share/erlang/lib/amf-0/ebin
/usr/share/erlang/lib/amf-0/ebin/amf.app
/usr/share/erlang/lib/amf-0/ebin/amf.beam
/usr/share/erlang/lib/amf-0/ebin/amf0.beam
/usr/share/erlang/lib/amf-0/ebin/amf3.beam
/usr/share/erlang/lib/amf-0/ebin/amf_AbstractMessage.beam
/usr/share/erlang/lib/amf-0/ebin/amf_AcknowledgeMessage.beam
/usr/share/erlang/lib/amf-0/ebin/amf_AsyncMessage.beam
/usr/share/erlang/lib/amf-0/ebin/amf_CommandMessage.beam
/usr/share/erlang/lib/amf-0/include
/usr/share/erlang/lib/amf-0/include/amf.hrl
/usr/share/licenses/erlang-amf
/usr/share/licenses/erlang-amf/LICENSE
References
Summary
In this tutorial we learn how to install erlang-amf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).