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

Last updated: October 06,2024

1. Install "erlang-erlsom.noarch" package

Learn how to install erlang-erlsom.noarch on Fedora 34

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

2. Uninstall "erlang-erlsom.noarch" package

Please follow the steps below to uninstall erlang-erlsom.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:50:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : erlang-erlsom
Version : 1.5.0
Release : 5.fc34
Architecture : noarch
Size : 471 k
Source : erlang-erlsom-1.5.0-5.fc34.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.