How to Install and Uninstall node-d3-dispatch Package on Kali Linux

Last updated: May 19,2024

1. Install "node-d3-dispatch" package

This tutorial shows how to install node-d3-dispatch on Kali Linux

$ sudo apt update $ sudo apt install node-d3-dispatch

2. Uninstall "node-d3-dispatch" package

This tutorial shows how to uninstall node-d3-dispatch on Kali Linux:

$ sudo apt remove node-d3-dispatch $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-d3-dispatch package on Kali Linux

Package: node-d3-dispatch
Version: 1.0.6+~1.0.9-1
Installed-Size: 37
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-d3-dispatch (= 1.0.9)
Size: 9560
SHA256: 18c3c39c44322bbc6ed81311a9ea201050206cacbd0aecf4ed2f8f8fad875567
SHA1: c879028d994cf11a613ecf92af8ea5ccd47336ee
MD5sum: d86e2243594f2008e266c5e69d6c96fa
Description: Register named callbacks and call them with arguments
Dispatching is a convenient mechanism for separating concerns with
loosely-coupled code: register named callbacks and then call them with
arbitrary arguments. A variety of D3 components, such as d3-request, use this
mechanism to emit events to listeners. Think of this like Node’s EventEmitter,
except every listener has a well-defined name so it’s easy to remove or
replace them.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://d3js.org/d3-dispatch/
Section: javascript
Priority: optional
Filename: pool/main/n/node-d3-dispatch/node-d3-dispatch_1.0.6+~1.0.9-1_all.deb