How to Install and Uninstall jdom.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "jdom.noarch" package

Please follow the guidance below to install jdom.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install jdom.noarch

2. Uninstall "jdom.noarch" package

Learn how to uninstall jdom.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove jdom.noarch $ sudo dnf autoremove

3. Information about the jdom.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:22:03 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : jdom
Version : 1.1.3
Release : 30.el9
Architecture : noarch
Size : 175 k
Source : jdom-1.1.3-30.el9.src.rpm
Repository : epel
Summary : Java alternative to DOM and SAX
URL : http://www.jdom.org/
License : Saxpath
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.