How to Install and Uninstall libkxml2-java Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 02,2024

1. Install "libkxml2-java" package

Please follow the guidelines below to install libkxml2-java on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libkxml2-java

2. Uninstall "libkxml2-java" package

This tutorial shows how to uninstall libkxml2-java on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libkxml2-java package on Ubuntu 21.04 (Hirsute Hippo)

Package: libkxml2-java
Architecture: all
Version: 2.3.0+ds1-2.1
Priority: extra
Section: universe/java
Source: kxml2
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 199
Filename: pool/universe/k/kxml2/libkxml2-java_2.3.0+ds1-2.1_all.deb
Size: 156528
MD5sum: d301c63960e4c063d5ad9af9ad42a4f9
SHA1: ac7515a26fb8e9ec0ae91e96af8d1c527cf2b9be
SHA256: 3c6cd68124f52930622acde1cc274e6a7724e911bf83421b872608ba84ce7044
SHA512: 8bb578bd10a19e04c36db71af3c87ff2467b8d170d078a7a2afc60aa4097d6fd8737a6556248702adf77dfeeacfb4827c379be18dcedbde431e64d6611621938
Homepage: http://kxml.sourceforge.net/
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