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