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

Last updated: September 20,2024

1. Install "node-depd" package

Please follow the steps below to install node-depd on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-depd

2. Uninstall "node-depd" package

Please follow the guidance below to uninstall node-depd on Ubuntu 21.10 (Impish Indri):

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

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

Package: node-depd
Architecture: all
Version: 2.0.0-1
Priority: extra
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 34
Depends: nodejs
Filename: pool/universe/n/node-depd/node-depd_2.0.0-1_all.deb
Size: 10100
MD5sum: 4fce37e1754fc534992827ed242c4aeb
SHA1: e7b0a5d9ea2e7e57a763a84ce77d53a4e38be6f7
SHA256: 7e44552485be5612186bef41e4194ccdbfd843c25340da7db4e6bf66ba38e7a8
SHA512: de4ccfde919696ed2599d1047089200162aed032943d840da454bba7effd3ceb802a313d32280a86720197c984234b7bf2c1780abd124f9c6ca0fcb09b8e561f
Homepage: https://github.com/dougwilson/nodejs-depd
Description-en: 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: 64be03982d38eeb4ffc02d33a47d97a4