How to Install and Uninstall node-async-limiter Package on Kali Linux

Last updated: April 28,2024

1. Install "node-async-limiter" package

This tutorial shows how to install node-async-limiter on Kali Linux

$ sudo apt update $ sudo apt install node-async-limiter

2. Uninstall "node-async-limiter" package

This tutorial shows how to uninstall node-async-limiter on Kali Linux:

$ sudo apt remove node-async-limiter $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-async-limiter package on Kali Linux

Package: node-async-limiter
Version: 2.0.0-4
Installed-Size: 19
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 6156
SHA256: fdcb58cd49a325908c10987a0c0bf088626558f564f812d9f1772e7f2f7461bc
SHA1: 9c7005e69ca9ad7086c17a6ca2707c31c6e05e14
MD5sum: b2603b4adb073266daa1db2a0a125ad4
Description: Module for limiting concurrent asynchronous actions in flight
This module exports a class Limiter that implements some of the Array API. Pass
async functions (ones that accept a callback or return a promise) to an
instance's additive array methods.
.
Async Limiter is used by Node Websockets library (ws) which is a dependency for
thousands of NodeJS packages.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/strml/async-limiter#readme
Section: javascript
Priority: optional
Filename: pool/main/n/node-async-limiter/node-async-limiter_2.0.0-4_all.deb