How to Install and Uninstall libxom-java Package on Kali Linux

Last updated: May 19,2024

1. Install "libxom-java" package

This is a short guide on how to install libxom-java on Kali Linux

$ sudo apt update $ sudo apt install libxom-java

2. Uninstall "libxom-java" package

Please follow the step by step instructions below to uninstall libxom-java on Kali Linux:

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

3. Information about the libxom-java package on Kali Linux

Package: libxom-java
Source: xom
Version: 1.3.9-1
Installed-Size: 209
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libjaxen-java, libxerces2-java
Suggests: libxom-java-doc
Size: 174476
SHA256: f2ce6f42f0b21fcc40ed951693e4e0784f6c42aa4446499d9ce2b48f21d45cc0
SHA1: 756dd049ad7b33dc17e7cb11fee104157214e653
MD5sum: 81997cae3aeb4545732af9f05e348d25
Description: 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:
Homepage: http://www.xom.nu
Tag: implemented-in::java, works-with-format::xml
Section: java
Priority: optional
Filename: pool/main/x/xom/libxom-java_1.3.9-1_all.deb