How to Install and Uninstall xsom.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "xsom.src" package

Please follow the instructions below to install xsom.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install xsom.src

2. Uninstall "xsom.src" package

Please follow the guidance below to uninstall xsom.src on Oracle Linux 8:

$ sudo dnf remove xsom.src $ sudo dnf autoremove

3. Information about the xsom.src package on Oracle Linux 8

Last metadata expiration check: 3:14:18 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : xsom
Version : 0
Release : 19.20110809svn.module+el8+5149+82e4357e
Architecture : src
Size : 389 k
Source : None
Repository : ol8_appstream
Summary : XML Schema Object Model (XSOM)
URL : http://xsom.java.net
License : CDDL-1.1 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.