How to Install and Uninstall node-async Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "node-async" package

In this section, we are going to explain the necessary steps to install node-async on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-async

2. Uninstall "node-async" package

This guide covers the steps necessary to uninstall node-async on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the node-async package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-async
Priority: optional
Section: universe/web
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.8.0-1
Depends: nodejs
Filename: pool/universe/n/node-async/node-async_0.8.0-1_all.deb
Size: 22216
MD5sum: c9003c2157c153bca1bd33a44aee6882
SHA1: 1a49ba01f2a2791aac8741d286c548465cd96808
SHA256: e47bc197889745d162138b0b2a627f9fcbda6d9872788aa61a9ef12a4aac77e1
Description-en: higher-order functions and common patterns for asynchronous Javascript
Node is an event-based server-side JavaScript engine.
.
Async is a utility module which provides straight-forward, powerful
functions for working with asynchronous Javascript. Although originally
designed for use with Node, it can also be used directly in the
browser.
.
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.
Description-md5: 967c8012cc60c8d3e91c513bbc2e3181
Homepage: https://github.com/caolan/async
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu