How to Install and Uninstall node-graceful-fs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "node-graceful-fs" package

This guide let you learn how to install node-graceful-fs on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "node-graceful-fs" package

This guide let you learn how to uninstall node-graceful-fs on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the node-graceful-fs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-graceful-fs
Priority: extra
Section: universe/web
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 3.0.2-1
Depends: nodejs
Filename: pool/universe/n/node-graceful-fs/node-graceful-fs_3.0.2-1_all.deb
Size: 7102
MD5sum: 86dfe35a0e6b3f6635d84c7f22485eee
SHA1: 8e39c40f686b05aabad0b3fe849cf5cb061a3331
SHA256: ceb65a4d67b6c93ebe89eccefeb7fffd3fa05e7437d126f1dcdb6da991a8bdaf
Description-en: 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: aa1d1b52d2c9794b758e1ecb4df690f9
Homepage: https://github.com/isaacs/node-graceful-fs
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu