How to Install and Uninstall erlang-erlsom.noarch Package on Fedora 36

Last updated: November 29,2024

1. Install "erlang-erlsom.noarch" package

This guide let you learn how to install erlang-erlsom.noarch on Fedora 36

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

2. Uninstall "erlang-erlsom.noarch" package

This guide let you learn how to uninstall erlang-erlsom.noarch on Fedora 36:

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

3. Information about the erlang-erlsom.noarch package on Fedora 36

Last metadata expiration check: 4:56:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : erlang-erlsom
Version : 1.5.0
Release : 7.fc36
Architecture : noarch
Size : 552 k
Source : erlang-erlsom-1.5.0-7.fc36.src.rpm
Repository : fedora
Summary : Support for XML Schema in Erlang
URL : https://github.com/willemdj/erlsom
License : GPLv3+
Description : Erlsom is a set of functions to deal with XML Schema (XSDs) in Erlang.
: First you 'compile' the schema, and after that you can parse XML
: documents that conform to the schema. The result is a structure of
: Erlang records, based on the types that are defined by the Schema.
: Or, the other way around, a structure of records can be translated
: to an XML document.