How to Install and Uninstall node-depd Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "node-depd" package

Here is a brief guide to show you how to install node-depd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-depd

2. Uninstall "node-depd" package

Please follow the guidelines below to uninstall node-depd on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the node-depd package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-depd
Priority: extra
Section: universe/web
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.0.0-1
Depends: nodejs
Filename: pool/universe/n/node-depd/node-depd_1.0.0-1_all.deb
Size: 9982
MD5sum: d35f6ecb9cb96899d3a7861da5f5751a
SHA1: 2cbfa166d0099563722925ff9a698007a901aa5e
SHA256: 42c2ed89d00133ea1524bfb8f00a78f922ce75792d0721f9b6120d6bd18efa72
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
Homepage: https://github.com/dougwilson/nodejs-depd
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu