How to Install and Uninstall erlang-setup.noarch Package on Fedora 35
Last updated: November 29,2024
1. Install "erlang-setup.noarch" package
Learn how to install erlang-setup.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
erlang-setup.noarch
Copied
2. Uninstall "erlang-setup.noarch" package
This guide let you learn how to uninstall erlang-setup.noarch on Fedora 35:
$
sudo dnf remove
erlang-setup.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the erlang-setup.noarch package on Fedora 35
Last metadata expiration check: 2:15:35 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : erlang-setup
Version : 2.1.0
Release : 2.fc35
Architecture : noarch
Size : 112 k
Source : erlang-setup-2.1.0-2.fc35.src.rpm
Repository : fedora
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.
Available Packages
Name : erlang-setup
Version : 2.1.0
Release : 2.fc35
Architecture : noarch
Size : 112 k
Source : erlang-setup-2.1.0-2.fc35.src.rpm
Repository : fedora
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.