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

Last updated: September 20,2024

1. Install "node-asap" package

This guide let you learn how to install node-asap on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-asap

2. Uninstall "node-asap" package

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

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

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

Package: node-asap
Architecture: all
Version: 2.0.6-2
Priority: optional
Section: universe/javascript
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 38
Depends: nodejs
Filename: pool/universe/n/node-asap/node-asap_2.0.6-2_all.deb
Size: 13092
MD5sum: 6a4f30bfacb21c9ccb72d5a77661e21e
SHA1: b5a8df3a02f8662167a53e4e3a5801a5338a68ca
SHA256: 97c034154a016e621039c57fcc5e8c038dc7bf4f10cdf9e2b070c05bfecbc97c
SHA512: 1064289198c2fedbb53986b8b11e4c61101de4e6241a2359af4707c782dae8182e7ad41e2026cee2e033a8be14716f897214b0e1a54658e7254846e0fecfe4af
Homepage: https://github.com/kriskowal/asap#readme
Description-en: High-priority task queue for Node.js and browsers
This module executes a task after the scheduled tasks are over
.
ASAP strives to schedule events to occur before yielding for IO, reflow, or
redrawing. ASAP provides a fast event queue that will execute tasks until it
is empty before yielding to the JavaScript engine's underlying event-loop.
When a task gets added to a previously empty event queue, ASAP schedules a
flush event, preferring for that event to occur before the JavaScript engine
has an opportunity to perform IO tasks or rendering, thus making the first
task and subsequent tasks semantically indistinguishable. ASAP uses a
variety of techniques to preserve this invariant on different versions of
browsers and Node.js
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 9cd479568f11bb9a42afe9ac431fb997