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