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