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

Last updated: April 30,2024

1. Install "libjs-async" package

Please follow the step by step instructions below to install libjs-async on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjs-async

2. Uninstall "libjs-async" package

Please follow the steps below to uninstall libjs-async on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjs-async
Priority: optional
Section: universe/web
Installed-Size: 94
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: node-async
Version: 0.8.0-1
Depends: nodejs
Filename: pool/universe/n/node-async/libjs-async_0.8.0-1_all.deb
Size: 24776
MD5sum: ddcbfc2dfa9eec41e556c9bf1ce94fca
SHA1: b2a42d4b2bd2502d2c8904458cd9952af0b92e50
SHA256: b1d313828af0983a45720786353b108b96cc8c801d784ea2348640e7cf8a2168
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 directly in web browsers.
Description-md5: a292a9b9ac1a2fa0e95cd8e0c685cfdb
Homepage: https://github.com/caolan/async
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu