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

Last updated: January 11,2025

1. Install "jdom.noarch" package

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

$ sudo yum makecache $ sudo yum install jdom.noarch

2. Uninstall "jdom.noarch" package

Please follow the guidance below to uninstall jdom.noarch on Amazon Linux 2:

$ sudo yum remove jdom.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : jdom
Arch : noarch
Version : 1.1.3
Release : 6.1.amzn2
Size : 174 k
Repo : amzn2-core/2/x86_64
Summary : Java alternative to DOM and SAX
URL : http://www.jdom.org/
License : ASL 1.1
Description : JDOM is, quite simply, a Java representation of an XML document.
: JDOM provides a way to represent that document for easy and
: efficient reading, manipulation, and writing. It has a
: straightforward API, is a lightweight and fast, and is optimized
: for the Java programmer. It's an alternative to DOM and SAX,
: although it integrates well with both DOM and SAX.