How to Install and Uninstall node-graceful-fs Package on Kali Linux

Last updated: May 18,2024

1. Install "node-graceful-fs" package

This tutorial shows how to install node-graceful-fs on Kali Linux

$ sudo apt update $ sudo apt install node-graceful-fs

2. Uninstall "node-graceful-fs" package

Learn how to uninstall node-graceful-fs on Kali Linux:

$ sudo apt remove node-graceful-fs $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-graceful-fs package on Kali Linux

Package: node-graceful-fs
Version: 4.2.10-1
Installed-Size: 49
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-graceful-fs (= 4.1.5)
Size: 14388
SHA256: 91e6625e820e20cf93532980a1ced1c0bd31a233f9c2304721f48ce7b4f575c9
SHA1: 56f0a6b000f54237bd78785ddcb23e4e2fe25747
MD5sum: f6fc831133190dda91601e53b6a05772
Description: drop-in replacement improving the Node.js fs module
node-graceful-fs module normalizes behavior across different platforms
and environments, and makes filesystem access more resilient to errors:
* queues up open and readdir calls, and retries them once something
closes if there is an EMFILE error from too many file descriptors.
* fixes lchmod for Node versions prior to 0.6.2
* implements fs.lutimes if possible. Otherwise it becomes a noop.
* ignores EINVAL and EPERM errors in chown, fchown or lchown if the
user isn't root.
* makes lchmod and lchown become noops, if not available.
* retries reading a file if read results in EAGAIN error.
.
Node.js is an event-based server-side javascript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/isaacs/node-graceful-fs
Section: javascript
Priority: optional
Filename: pool/main/n/node-graceful-fs/node-graceful-fs_4.2.10-1_all.deb