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

Last updated: May 17,2024

1. Install "node-debug" package

Learn how to install node-debug on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-debug

2. Uninstall "node-debug" package

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

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

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

Package: node-debug
Priority: extra
Section: universe/web
Installed-Size: 73
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 2.1.0+dfsg-2
Depends: nodejs
Filename: pool/universe/n/node-debug/node-debug_2.1.0+dfsg-2_all.deb
Size: 12290
MD5sum: 3c1e10caf21244e55aea7f5bced9ef5f
SHA1: 8d7f4fbfd01695d310a71905371d3d27e775aa41
SHA256: 2ab22997a5d7a5696601be25b0a4766404a0c450fe43f94191d7d1b619089639
Description-en: small debugging utility for Node.js
node-debug provides a small debugging utility for Node.js modules.
.
With this module you simply invoke the exported function to generate
your debug function, passing it a name which will determine if a
noop function is returned, or a decorated console.error, so all of the
console format string goodies you're used to work fine.
A unique color is selected per-function for visibility.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 7c763db2d0c9161753e24f880cfff2f6
Homepage: https://github.com/visionmedia/debug
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu