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