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

Last updated: May 02,2024

1. Install "libkxml2-java" package

Please follow the instructions below to install libkxml2-java on Kali Linux

$ sudo apt update $ sudo apt install libkxml2-java

2. Uninstall "libkxml2-java" package

Please follow the guidance below to uninstall libkxml2-java on Kali Linux:

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

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

Package: libkxml2-java
Source: kxml2
Version: 2.3.0+ds1-2.1
Installed-Size: 199
Maintainer: Debian Java Maintainers
Architecture: all
Size: 156492
SHA256: 99d0a2c3dab6f5e2b2ceb9d0b0c7b452cac6e73647c62e6e00694d818f774df2
SHA1: 0c695b9730cbd9c2926aba4ce70371f8af46c36a
MD5sum: 544f9a38d70e73f0c586296ac9108680
Description: small XML parser, designed for small environments
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.
Description-md5:
Homepage: http://kxml.sourceforge.net/
Section: java
Priority: optional
Filename: pool/main/k/kxml2/libkxml2-java_2.3.0+ds1-2.1_all.deb