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

Last updated: May 12,2024

1. Install "node-process" package

Learn how to install node-process on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-process

2. Uninstall "node-process" package

This is a short guide on how to uninstall node-process on Ubuntu 21.10 (Impish Indri):

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

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

Package: node-process
Architecture: all
Version: 0.11.10-2.1
Priority: optional
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 22
Depends: nodejs
Filename: pool/universe/n/node-process/node-process_0.11.10-2.1_all.deb
Size: 5232
MD5sum: 7cf72c9bfc68de5f3852a61e1080005b
SHA1: fc3629e0bd1bfabf6bcae5c93b03b67a41a36dc5
SHA256: eb77b5aef9cc017226cfa51f381d09579edacbf71d58880cdd6f55a1e86fae8a
SHA512: 4df1b9610d01d10cd4711876bce13888e5ba651d287d671e45ee426a60c44829fe16e6b1e773fa916b1e303ea0ff8cb31330a8432e4f72bf28ec5b553d61b507
Homepage: https://github.com/shtylman/node-process#readme
Description-en: 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: add6e8944a58d0d195cd63c1d4d6df78