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