How to Install and Uninstall erlang-setup.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "erlang-setup.noarch" package

Please follow the steps below to install erlang-setup.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install erlang-setup.noarch

2. Uninstall "erlang-setup.noarch" package

This tutorial shows how to uninstall erlang-setup.noarch on Fedora 34:

$ sudo dnf remove erlang-setup.noarch $ sudo dnf autoremove

3. Information about the erlang-setup.noarch package on Fedora 34

Last metadata expiration check: 3:06:41 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : erlang-setup
Version : 2.1.0
Release : 1.fc34
Architecture : noarch
Size : 100 k
Source : erlang-setup-2.1.0-1.fc34.src.rpm
Repository : updates
Summary : Generic setup utility for Erlang-based systems
URL : https://github.com/uwiger/setup
License : ASL 2.0
Description : While Erlang/OTP comes with many wonderful applications, including the Mnesia
: DBMS, there is no standard or convention for installing a system. Erlang/OTP
: provides tools for building a boot script, and rules for setting environment
: variables, etc., and Mnesia offers an API for creating and modifying the
: database schema.
:
: However, with no convention for when these tools and API functions are called -
: and by whom - application developers are left having to invent a lot of code
: and scripts, not to mention meditate over chapters of Erlang/OTP documentation
: in order to figure out how things fit together.
:
: This utility offers a framework for initializing and configuring a system, with
: a set of conventions allowing each component to provide callbacks for different
: steps in the installation procedure.
:
: The callbacks are defined through OTP application environment variables, which
: can easily be overriden at install time.