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

Last updated: May 04,2024

1. Install "libstreambuffer-java" package

This tutorial shows how to install libstreambuffer-java on Kali Linux

$ sudo apt update $ sudo apt install libstreambuffer-java

2. Uninstall "libstreambuffer-java" package

This is a short guide on how to uninstall libstreambuffer-java on Kali Linux:

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

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

Package: libstreambuffer-java
Source: xmlstreambuffer
Version: 1.5.4-1.1
Installed-Size: 119
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libstax-ex-java (>= 1.7.8)
Size: 73984
SHA256: 3de8b4ff7024d2e21c1eedb436c48c6c5a34b90d7bd4e403ea63e3f295ea6292
SHA1: 0c00f92e0ab52cbf02f016753955fca36dc2bb7f
MD5sum: 7f5535418bd4c08c7ead5de0c7bc3278
Description: XML Stream Buffer
A stream buffer is a stream-based representation of an XML
info-set in Java. Stream buffers are designed to: provide
very efficient stream-based memory representations of XML
info-sets; and be created and processed using any Java-based
XML API.
.
Conceptually a stream buffer is similar to the representation
used in the Xerces deferred DOM implementation, with the crucial
difference that a stream buffer does not store hierarchical
information like parent and sibling information. The deferred
DOM implementation reduces memory usage when large XML documents
are parsed but only a subset of the document needs to be processed.
(Note that using deferred DOM will be more expensive than
non-deferred DOM in terms of memory and processing if all
the document is traversed.)
.
Stream buffers may be used as an efficient alternative to DOM where:
* most or all of an XML info-set will eventually get traversed; and/or
* targeted access to certain parts of an XML info-set are required
and need to be efficiently processed using stream-based APIs like
SAX or StAX.
Description-md5:
Homepage: http://xmlstreambuffer.java.net
Section: java
Priority: optional
Filename: pool/main/x/xmlstreambuffer/libstreambuffer-java_1.5.4-1.1_all.deb