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

Last updated: May 14,2024

1. Install "node-daemon" package

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

$ sudo apt update $ sudo apt install node-daemon

2. Uninstall "node-daemon" package

In this section, we are going to explain the necessary steps to uninstall node-daemon on Kali Linux:

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

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

Package: node-daemon
Version: 1.1.0-2
Installed-Size: 19
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: nodejs
Size: 4236
SHA256: 4de67535862eae9b772dfbcf55128d970015878dee8665780820feaccb7ed0be
SHA1: b7c94e7d772b891b20e380d61663bc91ea98dae6
MD5sum: e68709dc42c4fbd287a4e512f64eaf8a
Description: Turn a node script into a daemon
Daemon actually re-spawns the current application and runs it again. The only
difference between the original and the fork is that the original will not
execute past the daemon() call whereas the fork will.
Description-md5:
Homepage: https://github.com/indexzero/daemon.node
Section: javascript
Priority: optional
Filename: pool/main/n/node-daemon/node-daemon_1.1.0-2_all.deb