How to Install usage NPM Packages on Ubuntu / Debian

How to Install usage software package in NPM Packages

usage : simple way to lookup linux process usage. You can installing usage 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 usage
$ sudo npm install -g usage

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

$ sudo npm update usage

Update package globally,

$ npm install -g usage

Git clone:

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

usage@0.7.1 /usr/lib/node_modules/usage

How to remove usage package :

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

$ sudo npm uninstall usage

Basic Information of usage NPM Package:

Package Name usage
Version 0.7.1
Description simple way to lookup linux process usage
Released Date 2015-09-09T23:46:35.991Z
Published by arunoda
How to Learn https://www.npmjs.com/package/usage/tutorial