Install node-block-stream
Installing node-block-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-block-stream
node-block-stream package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | node-block-stream |
version | 0.0.7-1 |
description | Stream of fixed-size blocks, with zero-padding when necessary |
subsection | web |
website | github.com / isaacs / block-stream |
maintainer | Debian Javascript Maintainers |
Uninstall node-block-stream
To remove just node-block-stream package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove node-block-stream
Uninstall node-block-stream and it’s dependent packages
To remove the node-block-stream package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove node-block-stream
Purging node-block-stream
If you also want to delete configuration and/or data files of node-block-stream from Debian Sid then this will work:
sudo apt-get purge node-block-stream
To delete configuration and/or data files of node-block-stream and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove node-block-stream