How to Install and Uninstall node-async Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "node-async" package

Please follow the steps below to install node-async on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-async

2. Uninstall "node-async" package

Please follow the steps below to uninstall node-async on Ubuntu 21.10 (Impish Indri):

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

3. Information about the node-async package on Ubuntu 21.10 (Impish Indri)

Package: node-async
Architecture: all
Version: 0.8.0-4
Priority: optional
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 29
Depends: libjs-async, nodejs
Filename: pool/universe/n/node-async/node-async_0.8.0-4_all.deb
Size: 2844
MD5sum: 66899e0fb200266a862112fd3fee9c92
SHA1: b63656ea525a05249b6bfa7c289a504b3a6c358d
SHA256: 9fda1bded330f16de506181228be09fa6e97b113fcb3742b4325b5a7c59b8a13
SHA512: 9c86ead4bc80a20fbd500c51d0d97aed18535246c9f3577408de2ce041dc584860f49574959c383ec61798ccf756b3007612d75489bd996d00feb5ce25d0321b
Homepage: https://github.com/caolan/async
Description-en: 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: c1d484d1b9cf9adbe2ffb385fb61dbda