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

Last updated: May 11,2024

1. Install "node-depd" package

Please follow the guidance below to install node-depd on Kali Linux

$ sudo apt update $ sudo apt install node-depd

2. Uninstall "node-depd" package

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

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

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

Package: node-depd
Version: 2.0.0-2
Installed-Size: 34
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 11216
SHA256: e7cf2188b38f2f421a3e355611c1a690e6b7f7379030446e3e673000579838d4
SHA1: 1292c3fd7baff7725e902eedf9ac942c0fac76c9
MD5sum: 6a9a234fe4156536d9c1b57fc74e10fc
Description: mark a function or property as deprecated - Node.js module
This module goes above and beyond with deprecation warnings by introspecting
the call stack (but only the bits that it is interested in).
.
Instead of just warning on the first invocation of a deprecated function and
never again, this module will warn on the first invocation of a deprecated
function per unique call site, making it ideal to alert users of all
deprecated uses across the code base, rather than just whatever happens to
execute first.
.
The deprecation warnings from this module also include the file and line
information for the call into the module that the deprecated function was in.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/dougwilson/nodejs-depd
Section: javascript
Priority: optional
Filename: pool/main/n/node-depd/node-depd_2.0.0-2_all.deb