How to Install and Uninstall node-asap Package on Kali Linux

Last updated: May 16,2024

1. Install "node-asap" package

This guide covers the steps necessary to install node-asap on Kali Linux

$ sudo apt update $ sudo apt install node-asap

2. Uninstall "node-asap" package

Here is a brief guide to show you how to uninstall node-asap on Kali Linux:

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

3. Information about the node-asap package on Kali Linux

Package: node-asap
Version: 2.0.6+~2.0.0-1
Installed-Size: 45
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-asap (= 2.0.0)
Size: 15388
SHA256: e264afe9243876157067a4c48f1a9f4da6928ad154f8a3107b964821afd3e38b
SHA1: 2e5d692a30bd9347d959346b2013979e085b5fc0
MD5sum: cb25f711ba498e0bd1f089082b179b5c
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/kriskowal/asap
Section: javascript
Priority: optional
Filename: pool/main/n/node-asap/node-asap_2.0.6+~2.0.0-1_all.deb