How to Install and Uninstall libkxml2-java-doc Package on Kali Linux

Last updated: May 09,2024

1. Install "libkxml2-java-doc" package

This guide covers the steps necessary to install libkxml2-java-doc on Kali Linux

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

2. Uninstall "libkxml2-java-doc" package

This tutorial shows how to uninstall libkxml2-java-doc on Kali Linux:

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

3. Information about the libkxml2-java-doc package on Kali Linux

Package: libkxml2-java-doc
Source: kxml2
Version: 2.3.0+ds1-2.1
Installed-Size: 654
Maintainer: Debian Java Maintainers
Architecture: all
Size: 33504
SHA256: 25473122e245fe6def3658d4cc6b832f094313cf34383b54457e03d1365e1d90
SHA1: 0fed198a8b4fe7f8a663d354fb88c3a9ebc90f9d
MD5sum: 8ed8c9d0f2d1ccf9f2f90fc411efc527
Description: small XML parser, designed for small environments - docs
kXML is a small XML pull parser, specially designed for constrained
environments such as Applets, Personal Java or MIDP devices. In
contrast to kXML 1, kXML 2 is based on the common XML pull API.
.
Pull based XML parsing combines some of the advantages of SAX and DOM:
.
- In contrast to push parsers (SAX), pull parsers such as kXML make it
possible to model the XML processing routines after the structure of
the processed XML document. Events processing is similar to an
InputStream. If a part of the stream requires special handling, the
parser can simply be delegated to a specialized method by handing over
the parser.
- While the above is also possible with an explicit DOM, DOM usually
requires that the whole document structure is present in main memory.
- In contrast to DOM based parsing, the XML events are accessible
immediately when they are available, it is not necessary to wait for
the whole tree to build up.
.
This package contains the documentation.
Description-md5:
Homepage: http://kxml.sourceforge.net/
Tag: devel::doc, devel::examples, devel::lang:java, made-of::html,
role::documentation
Section: doc
Priority: optional
Filename: pool/main/k/kxml2/libkxml2-java-doc_2.3.0+ds1-2.1_all.deb