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

Last updated: May 19,2024

1. Install "node-d3-queue" package

This is a short guide on how to install node-d3-queue on Kali Linux

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

2. Uninstall "node-d3-queue" package

Learn how to uninstall node-d3-queue on Kali Linux:

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

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

Package: node-d3-queue
Version: 3.0.7-13
Installed-Size: 33
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 10184
SHA256: 476d38eace0b8b68f2c15893d59ce8a2ba096cda63ea618e1046a1180d1bd243
SHA1: fb5844e38aeffd44b5335674108f9b4d5f3c8708
MD5sum: a3227d7f55fa207562df7c3d8949e3a6
Description: Evaluate asynchronous tasks with configurable concurrency
A queue evaluates zero or more deferred asynchronous tasks with configurable
concurrency: you control how many tasks run at the same time. When all the
tasks complete, or an error occurs, the queue passes the results to your await
callback.
.
This library is similar to Async.js’s parallel (when *concurrency* is infinite)
, series (when *concurrency* is 1), and queue, but features a much smaller
footprint: as of release 2, d3-queue is about 700 bytes gzipped, compared to
4,300 for Async.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://d3js.org/d3-queue/
Section: javascript
Priority: optional
Filename: pool/main/n/node-d3-queue/node-d3-queue_3.0.7-13_all.deb