How to Install and Uninstall libkxml2-java-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "libkxml2-java-doc" package

Please follow the steps below to install libkxml2-java-doc on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libkxml2-java-doc" package

Please follow the guidance below to uninstall libkxml2-java-doc on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libkxml2-java-doc package on Ubuntu 21.10 (Impish Indri)

Package: libkxml2-java-doc
Architecture: all
Version: 2.3.0+ds1-2.1
Priority: extra
Section: universe/doc
Source: kxml2
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 654
Filename: pool/universe/k/kxml2/libkxml2-java-doc_2.3.0+ds1-2.1_all.deb
Size: 33552
MD5sum: 04aadd8d6ee9f1f3d42686cdd6fc90a0
SHA1: 9067fbfd3e4a98450b527d8b94ec93ac7159606a
SHA256: 8de7a00311572b05430834aabb5031ef90697b730af23cfe813f3dde50e02f67
SHA512: f7db904f18c5dc6023256bba6e0859e2defa34a03355fb9bb678216c8648f8db566cf0cc7555899ba69a24553d9a0eb0a2d18ee7978e53419d3018319909020d
Homepage: http://kxml.sourceforge.net/
Description-en: 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: 1cc142e83db7a0e1e6701086644dd1ca