How to Install and Uninstall jdom Package on openSUSE Leap

Last updated: November 22,2024

1. Install "jdom" package

Please follow the steps below to install jdom on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install jdom

2. Uninstall "jdom" package

Please follow the guidelines below to uninstall jdom on openSUSE Leap:

$ sudo zypper remove jdom

3. Information about the jdom package on openSUSE Leap

Information for package jdom:
-----------------------------
Repository : Main Repository
Name : jdom
Version : 1.1.3-150200.12.4.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 157.7 KiB
Installed : No
Status : not installed
Source package : jdom-1.1.3-150200.12.4.4.src
Upstream URL : http://www.jdom.org
Summary : JDOM is a Java Representation of an XML Document
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
lightweight and fast, and is optimized for the Java programmer. It is
an alternative to DOM and SAX, although it integrates well with both
DOM and SAX.