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