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