How to Install and Uninstall node-clarinet Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "node-clarinet" package

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

$ sudo apt update $ sudo apt install node-clarinet

2. Uninstall "node-clarinet" package

This guide covers the steps necessary to uninstall node-clarinet on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-clarinet $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-clarinet package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-clarinet
Priority: extra
Section: universe/web
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.9.1+dfsg-1
Depends: nodejs
Filename: pool/universe/n/node-clarinet/node-clarinet_0.9.1+dfsg-1_all.deb
Size: 11188
MD5sum: d9766b3caed935be2993a36a3ad4cd09
SHA1: bef4c6a5bdd984b1c2c53b2637d4c03a73fc6343
SHA256: d6e588913dfd1b02e4d2b969bae6feacdb99d259fd4e564579dfa0c5d0fe072e
Description-en: evented streaming JSON parser - Node.js module
clarinet is a Node.js module which provides a streaming parser for JSON.
clarinet is inspired (and forked) from sax-js.
.
clarenet is intended to create better full text support in Node.js. Creating
indexes out of large (or many) JSON files does not require a full
understanding of the JSON file, but it does require something like clarinet.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 9be6c5a9420cf67020d79e05d6b73f42
Homepage: https://github.com/dscape/clarinet
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu