How to Install macaddress NPM Packages on Ubuntu / Debian

How to Install macaddress software package in NPM Packages

macaddress : Get the MAC addresses (hardware addresses) of the hosts network interfaces.. You can installing macaddress 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 macaddress
$ sudo npm install -g macaddress

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

$ sudo npm update macaddress

Update package globally,

$ npm install -g macaddress

Git clone:

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

macaddress@0.2.8 /usr/lib/node_modules/macaddress

How to remove macaddress package :

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

$ sudo npm uninstall macaddress

Basic Information of macaddress NPM Package:

Package Name macaddress
Version 0.2.8
Description Get the MAC addresses (hardware addresses) of the hosts network interfaces.
Released Date 2015-04-26T12:44:59.877Z
Published by scravy
How to Learn https://www.npmjs.com/package/macaddress/tutorial