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