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

Last updated: May 03,2024

1. Install "node-process" package

This tutorial shows how to install node-process on Kali Linux

$ sudo apt update $ sudo apt install node-process

2. Uninstall "node-process" package

This tutorial shows how to uninstall node-process on Kali Linux:

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

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

Package: node-process
Version: 0.11.10-3
Installed-Size: 21
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 5560
SHA256: 85bd71078dcb7277e9d20ad394a928e52a881f20cf3de285357abfe8359ff154
SHA1: a238279d82f892d553d61385811d068bf4b7da8f
MD5sum: c590aae6373cbbe35d40fc3d4caab0da
Description: process information for node.js and browsers
Works in node.js and browsers via the browser.js shim provided with the module.
.
The goal of this module is not to be a full-fledged alternative to the builtin
process module. This module mostly exists to provide the nextTick functionality
and little more. We keep this module lean because it will often be included by
default by tools like browserify when it detects a module has used the
`process` global.
.
It also exposes a "browser" member (i.e. `process.browser`) which is `true` in
this implementation but `undefined` in node. This can be used in isomorphic
code that adjusts it's behavior depending on which environment it's running
in.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/shtylman/node-process
Section: javascript
Priority: optional
Filename: pool/main/n/node-process/node-process_0.11.10-3_all.deb