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