How to Install and Uninstall libxom-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libxom-java" package

Please follow the steps below to install libxom-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxom-java

2. Uninstall "libxom-java" package

This tutorial shows how to uninstall libxom-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libxom-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libxom-java
Priority: optional
Section: universe/libs
Installed-Size: 234
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: xom
Version: 1.2.10-1
Depends: libjaxen-java (>= 1.1~beta8), libxerces2-java
Suggests: libxom-java-doc
Filename: pool/universe/x/xom/libxom-java_1.2.10-1_all.deb
Size: 169580
MD5sum: d55451959df7cecea94ecb8996838d72
SHA1: 1acc73f05b45d71df393990075e7df7f8d5c84eb
SHA256: 036da9af4cfe68878701c2881aee938dd16a4b951d9cddefb541789e2f92b4bf
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
Homepage: http://www.xom.nu
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu