How to Install and Uninstall node-n3 Package on Kali Linux

Last updated: May 15,2024

1. Install "node-n3" package

Please follow the steps below to install node-n3 on Kali Linux

$ sudo apt update $ sudo apt install node-n3

2. Uninstall "node-n3" package

This guide let you learn how to uninstall node-n3 on Kali Linux:

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

3. Information about the node-n3 package on Kali Linux

Package: node-n3
Version: 1.16.3+~1.2.3+~1.10.4-1
Installed-Size: 178
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-queue-microtask (= 1.2.3~1.16.3+~1.2.3+~1.10.4-1), node-types-n3 (= 1.10.4~1.16.3+~1.2.3+~1.10.4-1)
Depends: node-readable-stream
Size: 37012
SHA256: c332368613c0a326169b4ecb0b34b86dc9af80f6b6d72de2f5976f2f5a15fcee
SHA1: 12f3666ead0271b063c26c5347f0b236f1a95059
MD5sum: d13fd2e73134dc928b079af8f8c13cbd
Description: fast asynchronous streaming RDF for JavaScript - Node library
The N3.js library is an implementation
of the RDF.js low-level specification at
that lets you handle RDF in JavaScript easily.
.
It offers:
.
* Parsing triples/quads
from Turtle, TriG, N-Triples, N-Quads, and Notation3 (N3)
* Writing triples/quads
to Turtle, TriG, N-Triples, and N-Quads
* Storage of triples/quads in memory
.
Parsing and writing is:
* asynchronous – triples arrive as soon as possible
* streaming – streams are parsed as data comes in,
so you can parse files larger than memory
* fast – by far the fastest spec-compatible parser in JavaScript
.
Resource Description Framework (RDF)
is a standard model for data interchange on the Web.
.
This package contains N3.js usable with Nodejs.
Additionally, this package embeds the module queue-microtask.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/rdfjs/N3.js
Section: javascript
Priority: optional
Filename: pool/main/n/node-n3/node-n3_1.16.3+~1.2.3+~1.10.4-1_all.deb