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

Last updated: May 11,2024

1. Install "node-anymatch" package

This tutorial shows how to install node-anymatch on Kali Linux

$ sudo apt update $ sudo apt install node-anymatch

2. Uninstall "node-anymatch" package

Learn how to uninstall node-anymatch on Kali Linux:

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

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

Package: node-anymatch
Version: 3.1.3+~cs4.6.1-2
Installed-Size: 119
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-picomatch (= 2.3.1), node-types-picomatch (= 2.3.0)
Depends: node-normalize-path
Size: 33364
SHA256: b29a079ceebac1aefb5793c91cfa21f2aaef91203c5586f3476267f82cf868b3
SHA1: 583e4a21aa050aa09339cd20c74427d214d104ca
MD5sum: c428c1a995bfc54b9e8af3e4030008f4
Description: Matches strings against configurable strings
Javascript module to match a string against a regular expression, glob, string,
or function that takes the string as an argument and returns a truthy or falsy
value. The matcher can also be an array of any or all of these. Useful for
allowing a very flexible user-defined config to define things like file paths.
.
It is a dependency for ava, a futuristic test-runner
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/es128/anymatch
Section: javascript
Priority: optional
Filename: pool/main/n/node-anymatch/node-anymatch_3.1.3+~cs4.6.1-2_all.deb