How to Install and Uninstall node-v8-compile-cache Package on Kali Linux

Last updated: May 20,2024

1. Install "node-v8-compile-cache" package

Please follow the step by step instructions below to install node-v8-compile-cache on Kali Linux

$ sudo apt update $ sudo apt install node-v8-compile-cache

2. Uninstall "node-v8-compile-cache" package

Please follow the instructions below to uninstall node-v8-compile-cache on Kali Linux:

$ sudo apt remove node-v8-compile-cache $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-v8-compile-cache package on Kali Linux

Package: node-v8-compile-cache
Version: 2.4.0-2
Installed-Size: 28
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: nodejs:any (>= 14)
Size: 8544
SHA256: f4560a83d0230cd1fe0c7b376fd447973385230a85c2b4a254d7ae7b5d08dd5e
SHA1: 00d3e86f9b1710095daf428dd0d8e46e73b05189
MD5sum: 0bac153c7b1e19708c4975ed1881e8d1
Description: Leverage v8 compile cache to speedup loading of Node.js modules
V8 is the JavaScript Engine used by Node.js and Chromium; it uses just-in-time
compilation (JIT) to execute Javascript code, and code caching to lessen the
overhead to initially parse and compile a script.
.
The ability to tap into V8 to produce/consume this cache was introduced in
Node v5.7.0. This module attaches a require hook to use V8's code cache to
speed up instantiation time.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/zertosh/v8-compile-cache
Section: javascript
Priority: optional
Filename: pool/main/n/node-v8-compile-cache/node-v8-compile-cache_2.4.0-2_all.deb