How to Install and Uninstall node-flagged-respawn Package on Kali Linux

Last updated: May 03,2024

1. Install "node-flagged-respawn" package

In this section, we are going to explain the necessary steps to install node-flagged-respawn on Kali Linux

$ sudo apt update $ sudo apt install node-flagged-respawn

2. Uninstall "node-flagged-respawn" package

Learn how to uninstall node-flagged-respawn on Kali Linux:

$ sudo apt remove node-flagged-respawn $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-flagged-respawn package on Kali Linux

Package: node-flagged-respawn
Version: 1.0.1-5
Installed-Size: 23
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: nodejs:any
Size: 7060
SHA256: 7cec802aa584d31e62ab578ac8f1e1dfbe2de589ad5e23fbe2725aa49e373077
SHA1: 2a36c259dc22e32f63b5ac418455d1c84572c20f
MD5sum: f5d73d64de52a6fa3276c93c1674e95f
Description: tool for respawning node binaries when special flags are present
This Node.js module can be useful for command-line scripts
written in JavaScript. It can selectively apply flags to
the interpreter, by re-spawning it and passing it only  
the required flags - the rest are passed to the script.
.
Flagged-respawn also handles all the edge cases such as:
- Providing a method to determine if a respawn is needed.
- Piping stderr/stdout from the child into the parent.
- Making the parent process exit with the same code as the child.
- If the child is killed, making the parent exit with the same signal.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/js-cli/js-flagged-respawn
Section: javascript
Priority: optional
Filename: pool/main/n/node-flagged-respawn/node-flagged-respawn_1.0.1-5_all.deb