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

Last updated: May 12,2024

1. Install "node-sane" package

Please follow the guidelines below to install node-sane on Kali Linux

$ sudo apt update $ sudo apt install node-sane

2. Uninstall "node-sane" package

In this section, we are going to explain the necessary steps to uninstall node-sane on Kali Linux:

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

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

Package: node-sane
Version: 4.1.0+~cs18.17.38-2
Installed-Size: 235
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-bser (= 2.1.1), node-capture-exit (= 2.0.0), node-cnakazawa-watch (= 1.0.4), node-exec-sh (= 0.4.0), node-fb-watchman (= 2.0.1), node-makeerror (= 1.0.12), node-node-int64 (= 0.4.0), node-rsvp (= 4.8.5), node-tmpl (= 1.0.5), node-types-fb-watchman (= 2.0.1), node-types-sane (= 2.0.1), node-walker (= 1.0.8)
Depends: node-anymatch, node-execa, node-micromatch (>= 3.1.4), node-minimist, nodejs:any
Size: 49504
SHA256: 4d317ce41c181bad3db60a29170c8ee410928156fc595d929ed1a20df6ad7829
SHA1: df97b60578c49f00a61fb9701f84c19c05845730
MD5sum: fe02ede33e6ba15ad4795366a17dd929
Description: Nodejs fast, small, and reliable file system watcher
Sane aims to be fast, small, and reliable file system watcher. It does
that by:
* By default stays away from fs polling because it's very slow and cpu
intensive
* Uses `fs.watch` by default and sensibly works around the various issues
* Maintains a consistent API across different platforms
* Where `fs.watch` is not reliable you have the choice of using the following
alternatives:
* the facebook watchman library (embedded)
* the watchexec library (embedded)
* polling
Description-md5:
Homepage: https://github.com/amasad/sane
Section: javascript
Priority: optional
Filename: pool/main/n/node-sane/node-sane_4.1.0+~cs18.17.38-2_all.deb