Install node-graceful-fs
Installing node-graceful-fs package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install node-graceful-fs
node-graceful-fs package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | node-graceful-fs |
version | 3.0.2-1 |
description | drop-in replacement improving the Node.js fs module |
subsection | web |
website | github.com / isaacs / node-graceful-fs |
maintainer | Debian Javascript Maintainers |
Uninstall node-graceful-fs
To remove just node-graceful-fs package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove node-graceful-fs
Uninstall node-graceful-fs and it’s dependent packages
To remove the node-graceful-fs package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove node-graceful-fs
Purging node-graceful-fs
If you also want to delete configuration and/or data files of node-graceful-fs from Debian Sid then this will work:
sudo apt-get purge node-graceful-fs
To delete configuration and/or data files of node-graceful-fs and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove node-graceful-fs