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

Last updated: September 18,2024

1. Install "jdom2.noarch" package

Here is a brief guide to show you how to install jdom2.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install jdom2.noarch

2. Uninstall "jdom2.noarch" package

This guide covers the steps necessary to uninstall jdom2.noarch on Fedora 35:

$ sudo dnf remove jdom2.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:44:05 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : jdom2
Version : 2.0.6
Release : 24.fc35
Architecture : noarch
Size : 288 k
Source : jdom2-2.0.6-24.fc35.src.rpm
Repository : updates
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.