How to Install keccak NPM Packages on Ubuntu / Debian

How to Install keccak software package in NPM Packages

keccak : Keccak sponge function family. You can installing keccak 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 keccak
$ sudo npm install -g keccak

If want to update the keccak package execute the command as below,

$ sudo npm update keccak

Update package globally,

$ npm install -g keccak

Git clone:

$ sudo  git clone https://github.com/rektide/keccak.git
$ sudo  npm install -g ./keccak

keccak@1.3.0 /usr/lib/node_modules/keccak

How to remove keccak package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall keccak

Basic Information of keccak NPM Package:

Package Name keccak
Version 1.3.0
Description Keccak sponge function family
Released Date 2017-06-07T14:42:58.776Z
Published by fanatid
How to Learn https://www.npmjs.com/package/keccak/tutorial