checksum : Checksum utility for node. You can installing checksum npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install checksum $ sudo npm install -g checksum
If want to update the checksum package execute the command as below,
$ sudo npm update checksum
Update package globally,
$ npm install -g checksum
$ sudo git clone https://github.com/rektide/checksum.git
$ sudo npm install -g ./checksum
checksum@0.1.1 /usr/lib/node_modules/checksum
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall checksum
| Package Name | checksum |
| Version | 0.1.1 |
| Description | Checksum utility for node |
| Released Date | 2013-06-04T04:14:39.222Z |
| Published by | dshaw |
| How to Learn | https://www.npmjs.com/package/checksum/tutorial |