How to Install and Uninstall node-stack-utils Package on Kali Linux

Last updated: April 27,2024

1. Install "node-stack-utils" package

This guide let you learn how to install node-stack-utils on Kali Linux

$ sudo apt update $ sudo apt install node-stack-utils

2. Uninstall "node-stack-utils" package

This is a short guide on how to uninstall node-stack-utils on Kali Linux:

$ sudo apt remove node-stack-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-stack-utils package on Kali Linux

Package: node-stack-utils
Version: 2.0.6+~2.0.1-1
Installed-Size: 28
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-stack-utils (= 2.0.1)
Depends: node-escape-string-regexp
Size: 9260
SHA256: 2d5a7aa76584456f1dfe1eb6d5c214af7ac11daa311c89d9a18495d9ee58701a
SHA1: efaa8dc31768c9e87e2cdfbff3254c0ca6ec9e92
MD5sum: 7153a6bb3975c567ac8e6add513a41a8
Description: Captures and cleans stack traces
This modules provides API for working with nodejs stack traces.
Ones could create new stack traces instance simulating for instance
deep call of function, or clean existing stack trace. This API
includes function to call up and down on stack trace.
.
In computing, a stack trace (also called stack backtrace or
stack traceback) is a report of the active stack frames
at a certain point in time during the execution of a program.
Programmers commonly use stack tracing during interactive
and post-mortem debugging. A stack trace allows tracking
the sequence of nested functions called - up to the point
where the stack trace is generated.
In a post-mortem scenario this extends up to the function
where the failure occurred
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/tapjs/stack-utils#readme
Section: javascript
Priority: optional
Filename: pool/main/n/node-stack-utils/node-stack-utils_2.0.6+~2.0.1-1_all.deb