How to Install util NPM Packages on Ubuntu / Debian

How to Install util software package in NPM Packages

util : Node.JS util module. You can installing util 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 util
$ sudo npm install -g util

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

$ sudo npm update util

Update package globally,

$ npm install -g util

Git clone:

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

util@0.10.3 /usr/lib/node_modules/util

How to remove util package :

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

$ sudo npm uninstall util

Basic Information of util NPM Package:

Package Name util
Version 0.10.3
Description Node.JS util module
Released Date 2014-02-07T17:15:14.138Z
Published by shtylman
How to Learn https://www.npmjs.com/package/util/tutorial