How to Install and Uninstall jdom Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "jdom" package

This guide let you learn how to install jdom on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jdom

2. Uninstall "jdom" package

This is a short guide on how to uninstall jdom on openSuSE Tumbleweed:

$ sudo zypper remove jdom

3. Information about the jdom package on openSuSE Tumbleweed

Information for package jdom:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jdom
Version : 1.1.3-41.1
Arch : noarch
Vendor : openSUSE
Installed Size : 221.7 KiB
Installed : No
Status : not installed
Source package : jdom-1.1.3-41.1.src
Upstream URL : http://www.jdom.org/
Summary : Java alternative to DOM and SAX
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.