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

Last updated: May 02,2024

1. Install "libkxml2-java" package

This guide let you learn how to install libkxml2-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libkxml2-java

2. Uninstall "libkxml2-java" package

Learn how to uninstall libkxml2-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libkxml2-java
Priority: extra
Section: universe/java
Installed-Size: 252
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: kxml2
Version: 2.3.0+ds1-2
Filename: pool/universe/k/kxml2/libkxml2-java_2.3.0+ds1-2_all.deb
Size: 151758
MD5sum: 7d8fd6e767c2436e14e9dfc25ef1b392
SHA1: a0de62eba8c084539452f2b50ca81da007ee67ab
SHA256: 3eba74b696fbbb412a66f41c85b3f87fbc8ec8d0427507e592a7879a5f890925
Description-en: 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: abcb0cfd22186851b64fa38857e1b04d
Homepage: http://kxml.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu