How to Install and Uninstall libxom-java Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libxom-java" package

This tutorial shows how to install libxom-java on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libxom-java

2. Uninstall "libxom-java" package

Please follow the guidelines below to uninstall libxom-java on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libxom-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxom-java package on Ubuntu 21.10 (Impish Indri)

Package: libxom-java
Architecture: all
Version: 1.2.10-1.1
Priority: optional
Section: universe/libs
Source: xom
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 210
Depends: libjaxen-java (>= 1.1~beta8), libxerces2-java
Suggests: libxom-java-doc
Filename: pool/universe/x/xom/libxom-java_1.2.10-1.1_all.deb
Size: 175264
MD5sum: 7b36c7c9bd63d37bdc756d93fc8bb52e
SHA1: b427fb233e5a2c1a786e1de5534ac3989c35d525
SHA256: 7c0f9d39574b6eeda3fb1ed6de6b535d69502962c46d6bcaf368e710b5d6056c
SHA512: b57f4cb8c1c0483877860f5c667d9c511ad38379baad6370c0c2b2f2c34a3a037973b060f8c8405eff478fa45cbea5429d34c1159f2f4822520443ea59d3b56d
Homepage: http://www.xom.nu
Description-en: New XML object model for Java
XOM(tm) is a new XML object model. It is an open source (LGPL),
tree-based API for processing XML with Java that strives for correctness,
simplicity, and performance, in that order.
.
XOM is designed to be easy to learn and easy to use. It works very
straight-forwardly, and has a very shallow learning curve. Assuming
you're already familiar with XML, you should be able to get up and
running with XOM very quickly.
.
XOM is the only XML API that makes no compromises on correctness.
XOM only accepts namespace well-formed XML documents, and only allows
you to create namespace well-formed XML documents. (In fact, it's a
little stricter than that: it actually guarantees that all documents
are round-trippable and have well-defined XML infosets.) XOM manages
your XML so you don't have to. With XOM, you can focus on the unique
value of your application, and trust XOM to get the XML right.
Description-md5: a8d1a9a18a1e7ad5b84a130a26b5a216