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

Last updated: November 01,2024

1. Install "xsom.noarch" package

In this section, we are going to explain the necessary steps to install xsom.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install xsom.noarch

2. Uninstall "xsom.noarch" package

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

$ sudo yum remove xsom.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : xsom
Arch : noarch
Version : 0
Release : 10.20110809svn.amzn2
Size : 380 k
Repo : amzn2-core/2/x86_64
Summary : XML Schema Object Model (XSOM)
URL : http://xsom.java.net
License : CDDL or GPLv2 with exceptions
Description : XML Schema Object Model (XSOM) is a Java library that allows
: applications to easily parse XML Schema documents and inspect
: information in them. It is expected to be useful for applications
: that need to take XML Schema as an input. The library is a
: straight-forward implement of "schema components" as defined in
: the XML Schema spec part 1. Refer to this specification of how
: this object model works.