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

Last updated: May 19,2024

1. Install "node-chokidar" package

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

$ sudo apt update $ sudo apt install node-chokidar

2. Uninstall "node-chokidar" package

Please follow the guidance below to uninstall node-chokidar on Kali Linux:

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

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

Package: node-chokidar
Version: 3.5.3-2
Installed-Size: 115
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-anymatch (>= 3.0.3+~2.0.7-2), node-async-each, node-braces, node-glob-parent, node-inherits, node-is-binary-path, node-is-glob, node-normalize-path, node-path-is-absolute, node-readdirp (>= 3.3.0), nodejs
Size: 32316
SHA256: ab615eefa5db6fcdf3eeecd62b1128bce8225c4ac95c15e339bee3f3693b001a
SHA1: 607cbe9c571706454d2d85543885e70808c54428
MD5sum: 9d3644046f3c10903a7387d775f9e447
Description: wrapper around watch / watchFile / fsevents
Chokidar does still rely on the Node.js core fs module, but when using
fs.watch and fs.watchFile for watching, it normalizes the events it receives,
often checking for truth by getting file stats and/or dir contents.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/paulmillr/chokidar
Section: javascript
Priority: optional
Filename: pool/main/n/node-chokidar/node-chokidar_3.5.3-2_all.deb