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

Last updated: May 16,2024

1. Install "libnoggit-java" package

This is a short guide on how to install libnoggit-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnoggit-java

2. Uninstall "libnoggit-java" package

This guide let you learn how to uninstall libnoggit-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libnoggit-java
Priority: optional
Section: universe/java
Installed-Size: 83
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: noggit
Version: 0.7-1
Filename: pool/universe/n/noggit/libnoggit-java_0.7-1_all.deb
Size: 28094
MD5sum: 368a109e4aea232ad4ca316fe6c3fede
SHA1: df806a4a590419718cc6a6f1850151c2a9d1963d
SHA256: f2f5816d9a20dc6cfb24ed83c33e0f4280818e41f8258af69b6eda8858d1a6e5
Description-en: 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: 08de88469cc4c03f76f9f6641625232d
Homepage: http://github.com/yonik/noggit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu