How to Install and Uninstall node-yargs Package on Kali Linux

Last updated: May 19,2024

1. Install "node-yargs" package

Learn how to install node-yargs on Kali Linux

$ sudo apt update $ sudo apt install node-yargs

2. Uninstall "node-yargs" package

Please follow the instructions below to uninstall node-yargs on Kali Linux:

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

3. Information about the node-yargs package on Kali Linux

Package: node-yargs
Version: 16.2.0+~16.0.4-7
Installed-Size: 528
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-yargs (= 16.0.4)
Depends: node-browserslist, node-cliui, node-escalade, node-get-caller-file, node-require-directory, node-string-width, node-y18n, node-yargs-parser (>= 20.2.2~)
Size: 127736
SHA256: bc3d3c720045892b785df23480f97b10f0f92e8d30999db2480b9d66df8a452f
SHA1: a67e3665750538da077b3bc3912930a709d77fa2
MD5sum: ceb20eac917fa5e7d578ce3d73a77c69
Description: command line parser for nodejs
Yargs helps you build interactive command line tools by parsing arguments and
generating an elegant user interface.
.
Yargs gives you:
* commands and (grouped) options (like module run -n --force),
* a dynamically generated help menu based on your arguments,
* bash-completion shortcuts for commands and options.
.
With yargs, ye be havin' a map that leads straight to yer treasure! Treasure
of course, being a simple option hash.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://yargs.js.org/
Section: javascript
Priority: optional
Filename: pool/main/n/node-yargs/node-yargs_16.2.0+~16.0.4-7_all.deb