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

Last updated: May 15,2024

1. Install "libjs-async" package

Please follow the guidelines below to install libjs-async on Kali Linux

$ sudo apt update $ sudo apt install libjs-async

2. Uninstall "libjs-async" package

Please follow the step by step instructions below to uninstall libjs-async on Kali Linux:

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

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

Package: libjs-async
Source: node-async
Version: 0.8.0-6
Installed-Size: 73
Maintainer: Debian Javascript Maintainers
Architecture: all
Recommends: javascript-common
Size: 24152
SHA256: ec0cb741fa7342b8eaf676bfe7e2f089519b3ba0261d95bb689eb86f943d735a
SHA1: cfd0cc7b1aeb44c6e070e303fc85aac53367bc25
MD5sum: d876975edded7e40abd441713c05e049
Description: functions and patterns for asynchronous code - web browsers
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 directly in web browsers.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/caolan/async
Section: javascript
Priority: optional
Filename: pool/main/n/node-async/libjs-async_0.8.0-6_all.deb