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

Last updated: May 15,2024

1. Install "node-async-stacktrace" package

Please follow the guidance below to install node-async-stacktrace on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-async-stacktrace

2. Uninstall "node-async-stacktrace" package

This guide let you learn how to uninstall node-async-stacktrace on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-async-stacktrace $ sudo apt autoclean && sudo apt autoremove

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

Package: node-async-stacktrace
Priority: extra
Section: universe/web
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.0.2-2
Depends: nodejs (>= 0.6.19~dfsg1-3~)
Filename: pool/universe/n/node-async-stacktrace/node-async-stacktrace_0.0.2-2_all.deb
Size: 4714
MD5sum: c78e607e4a1642a6b8838e6baf8431ac
SHA1: 78b1a24c2cd6bad4d7c10461dd0524f1e2f7843d
SHA256: e5c239e8b6c7134ac480b27be1dc6282b15ea44e6db100f1c6358c8e76a00fed
Description-en: Improve Node.js stacktraces and make it easier to handle errors
The "Async Stacktrace" module eases debugging of Node.js applications. With the
default stacktraces, the problem is that they do not tell you exactly where
a problematic subroutine has been called from.
.
The "Async Stacktrace" module shows you where an error was caught and passed to
the next callback. This allows you to see from where problematic code was
called.
Description-md5: ac33e4a571dfef516c196a7f42e6f9df
Homepage: https://github.com/Pita/async-stacktrace
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu