How to Install and Uninstall rngom.noarch Package on Amazon Linux 2

Last updated: May 10,2024

1. Install "rngom.noarch" package

This guide covers the steps necessary to install rngom.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install rngom.noarch

2. Uninstall "rngom.noarch" package

In this section, we are going to explain the necessary steps to uninstall rngom.noarch on Amazon Linux 2:

$ sudo yum remove rngom.noarch $ sudo yum autoremove

3. Information about the rngom.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : rngom
Arch : noarch
Version : 201103
Release : 0.8.20120119svn.amzn2
Size : 265 k
Repo : amzn2-core/2/x86_64
Summary : Java library for parsing RELAX NG grammars
URL : https://rngom.dev.java.net
License : MIT
Description : RNGOM is an open-source Java library for parsing RELAX NG
: grammars.
:
: In particular, RNGOM can:
: * parse the XML syntax
: * parse the compact syntax
: * check all the semantic restrictions as specified in the
: specification
: * parse RELAX NG into application-defined data structures
: * build a default data structure based around the binarized simple
: syntax or another data structure that preserves more of the
: parsed information
: * parse foreign elements/attributes in a schema
: * parse comments in a schema