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

Last updated: May 05,2024

1. Install "libnoggit-java" package

This is a short guide on how to install libnoggit-java on Kali Linux

$ sudo apt update $ sudo apt install libnoggit-java

2. Uninstall "libnoggit-java" package

This guide covers the steps necessary to uninstall libnoggit-java on Kali Linux:

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

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

Package: libnoggit-java
Source: noggit
Version: 0.8-1
Installed-Size: 49
Maintainer: Debian Java Maintainers
Architecture: all
Size: 29884
SHA256: 13e0bd6dd49c1ec9625dfad181e13060b797f5b9c5e4227861028c7bbdb70dca
SHA1: 813353ba5bda134edeffdf253bac968cefec467d
MD5sum: 21b2996c5364d18a9608b9bdb2b88e17
Description: Fast streaming JSON parser for Java
Noggit is the world's fastest streaming JSON parser for Java.
Features:
* Fast! Measured as the fastest JSON parser on char[], String input.
* Streaming API (StAX/pull-parser like) for both easy and efficient parsing
* Conforms to the JSON standard: http://www.ietf.org/rfc/rfc4627.txt
* Memory efficiency
* incremental parsing (Reader-based) in order to handle huge messages
* a single byte of state needed per nested object or array
* does not read large objects (including primitives) completely
into memory unless asked
* can eliminate most copying, allowing the user to provide
the output buffer for values
* can handle primitives of any size (does not attempt to parse
numerics into a certain language primitives unless asked)
* Simple serialization of objects (List, Map, etc)
* Optional creation of objects (List, Map, etc) when parsing.
Description-md5:
Homepage: https://github.com/yonik/noggit
Section: java
Priority: optional
Filename: pool/main/n/noggit/libnoggit-java_0.8-1_all.deb