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

Last updated: October 07,2024

1. Install "erlang-erlsom.noarch" package

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

$ 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 35:

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

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

Last metadata expiration check: 0:54:04 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : erlang-erlsom
Version : 1.5.0
Release : 6.fc35
Architecture : noarch
Size : 552 k
Source : erlang-erlsom-1.5.0-6.fc35.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.