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