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

Last updated: May 18,2024

1. Install "libxom-java-doc" package

Here is a brief guide to show you how to install libxom-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxom-java-doc

2. Uninstall "libxom-java-doc" package

This guide covers the steps necessary to uninstall libxom-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libxom-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 2099
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: xom
Version: 1.2.10-1
Suggests: libxom-java
Filename: pool/universe/x/xom/libxom-java-doc_1.2.10-1_all.deb
Size: 321420
MD5sum: 12f80cf597faadeccbb50123fbb173fc
SHA1: dcd198bc8796495451459da102b1234f261e3f9d
SHA256: 7b403c1818511bcb9d5fcdde3c9a740eb8a67d5f2e193e68f9c483258fdbc851
Description-en: Documentation for the libxom-java package
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.
.
This package includes the API documentation for libxom-java package.
Description-md5: 48c08460dd7d1351556c19a551e7dd9f
Homepage: http://www.xom.nu
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu