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

Last updated: May 14,2024

1. Install "node-run-queue" package

Please follow the step by step instructions below to install node-run-queue on Kali Linux

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

2. Uninstall "node-run-queue" package

Please follow the instructions below to uninstall node-run-queue on Kali Linux:

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

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

Package: node-run-queue
Version: 2.0.0-3
Installed-Size: 18
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-aproba
Size: 5156
SHA256: 86baee1c4f069b0b40791873f21752b14b3be2867ecb97b4a3554f7759498683
SHA1: f1c6ed2ff2453fb69c73b67b498afcf9e1e01b13
MD5sum: 83b4a7d340af9b3313bb970f10082f36
Description: promise based dynamic priority queue runner
A promise based, dynamic priority queue runner, with concurrency limiting.
.
The concurrency means that processes don't finish in order, because some take
longer than others. Each priority level must finish entirely before the
next priority level is run. Priorities essentially represent distinct job
queues. All jobs in a queue must complete before the next highest priority job
queue is executed. Lowest is executed first.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://npmjs.com/package/run-queue
Section: javascript
Priority: optional
Filename: pool/main/n/node-run-queue/node-run-queue_2.0.0-3_all.deb