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