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

Last updated: May 23,2024

1. Install "node-extglob" package

In this section, we are going to explain the necessary steps to install node-extglob on Kali Linux

$ sudo apt update $ sudo apt install node-extglob

2. Uninstall "node-extglob" package

Please follow the step by step instructions below to uninstall node-extglob on Kali Linux:

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

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

Package: node-extglob
Version: 3.0.0-4
Installed-Size: 47
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-array-unique, node-define-property, node-expand-brackets (>= 4.0.0), node-extend-shallow, node-fragment-cache, node-regex-not, node-snapdragon (>= 0.12.0), node-to-regex
Size: 13532
SHA256: 0a9f533155a1893ae060c8e8c1c5564f658d6830373e613008fdd0f55ea2e067
SHA1: 57a4915f3e5518fc6ed95f74cc53b8ae684998c5
MD5sum: 57b018cf9dbc7976067e64c1e4f4f989
Description: Extended glob support for JavaScript
Node.js module that exports a function that takes a glob pattern as a string
plus some options and returns an object with the parsed AST and the compiled
output, which is a regex-compatible string that can be used for matching.
.
It handles negation patterns and nested patterns, and is compatible with
globbing in Bash 4.3.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/jonschlinkert/extglob
Section: javascript
Priority: optional
Filename: pool/main/n/node-extglob/node-extglob_3.0.0-4_all.deb