How to Install libsodium-wrappers NPM Packages on Ubuntu / Debian

How to Install libsodium-wrappers software package in NPM Packages

libsodium-wrappers : The Sodium cryptographic library compiled to pure JavaScript (wrappers). You can installing libsodium-wrappers 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 libsodium-wrappers
$ sudo npm install -g libsodium-wrappers

If want to update the libsodium-wrappers package execute the command as below,

$ sudo npm update libsodium-wrappers

Update package globally,

$ npm install -g libsodium-wrappers

Git clone:

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

libsodium-wrappers@0.7.2 /usr/lib/node_modules/libsodium-wrappers

How to remove libsodium-wrappers package :

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

$ sudo npm uninstall libsodium-wrappers

Basic Information of libsodium-wrappers NPM Package:

Package Name libsodium-wrappers
Version 0.7.2
Description The Sodium cryptographic library compiled to pure JavaScript (wrappers)
Released Date 2017-10-18T23:00:34.136Z
Published by jedisct1
How to Learn https://www.npmjs.com/package/libsodium-wrappers/tutorial