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

Last updated: May 12,2024

1. Install "node-rc" package

Here is a brief guide to show you how to install node-rc on Kali Linux

$ sudo apt update $ sudo apt install node-rc

2. Uninstall "node-rc" package

Please follow the step by step instructions below to uninstall node-rc on Kali Linux:

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

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

Package: node-rc
Version: 1.2.8-2
Installed-Size: 25
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-deep-extend, node-ini, node-minimist, node-strip-json-comments, nodejs
Size: 8656
SHA256: 33718f972d70452883e6790f7db957b771e8e7947410358a9b6d2d10e85a2cfc
SHA1: 8e743b2857b959212f2fca58bb259eae39ceac79
MD5sum: 0ddac9a34976e3b13c97a560b90e6700
Description: find, load, flatten json or ini application configuration
This Node.js module finds and loads configuration files in the usual
places, loads them, and flatten them in that order:
- command line arguments (parsed by minimist)
- environment variables prefixed with $appname_
- config file path given as `--config` argument
- .rc in parents folders, in home, or /etc
- .config/$appname or .config/$appname/config in home
- /etc/$appname/config
It is also possible to set a custom command-line options parser
or a custom configuration file parser.
.
Node.js is an event-based server-side JavaScript engine
Description-md5:
Homepage: https://github.com/dominictarr/rc
Section: javascript
Priority: optional
Filename: pool/main/n/node-rc/node-rc_1.2.8-2_all.deb