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