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

Last updated: May 08,2024

1. Install "node-async" package

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

$ sudo apt update $ sudo apt install node-async

2. Uninstall "node-async" package

Please follow the steps below to uninstall node-async on Kali Linux:

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

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

Package: node-async
Version: 0.8.0-6
Installed-Size: 14
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: libjs-async
Size: 3748
SHA256: 3f13cbae9a1d0f852cf0a3fe14c037a59ae6381a0d561ad77929acc3763ed972
SHA1: 805ed5f3f434dd23f2749260212ad5f9348138b6
MD5sum: 8b442771d757b5ad5adccd0cf8d439bd
Description: functions and patterns for asynchronous code - Node.js
Async is a utility module which provides straight-forward, powerful
functions for working with asynchronous Javascript.
.
Async provides around 20 functions that include the usual 'functional'
suspects (map, reduce, filter, forEach…) as well as some common
patterns for asynchronous control flow (parallel, series, waterfall…).
All these functions assume you follow the Node convention of providing
a single callback as the last argument of your async function.
.
This provides async for use with Node.js -
an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/caolan/async
Section: javascript
Priority: optional
Filename: pool/main/n/node-async/node-async_0.8.0-6_all.deb