How to Install and Uninstall jdom2.noarch Package on Fedora 36

Last updated: May 18,2024

1. Install "jdom2.noarch" package

This guide let you learn how to install jdom2.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install jdom2.noarch

2. Uninstall "jdom2.noarch" package

Here is a brief guide to show you how to uninstall jdom2.noarch on Fedora 36:

$ sudo dnf remove jdom2.noarch $ sudo dnf autoremove

3. Information about the jdom2.noarch package on Fedora 36

Last metadata expiration check: 5:10:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : jdom2
Version : 2.0.6
Release : 27.fc36
Architecture : noarch
Size : 291 k
Source : jdom2-2.0.6-27.fc36.src.rpm
Repository : fedora
Summary : Java manipulation of XML made easy
URL : http://www.jdom.org/
License : Saxpath
Description : JDOM is a Java-oriented object model which models XML documents.
: It provides a Java-centric means of generating and manipulating
: XML documents. While JDOM inter-operates well with existing
: standards such as the Simple API for XML (SAX) and the Document
: Object Model (DOM), it is not an abstraction layer or
: enhancement to those APIs. Rather, it seeks to provide a robust,
: light-weight means of reading and writing XML data without the
: complex and memory-consumptive options that current API
: offerings provide.