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