How to Install exif NPM Packages on Ubuntu / Debian

How to Install exif software package in NPM Packages

exif : A node.js library to extract Exif metadata from images.. You can installing exif 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 exif
$ sudo npm install -g exif

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

$ sudo npm update exif

Update package globally,

$ npm install -g exif

Git clone:

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

exif@0.6.0 /usr/lib/node_modules/exif

How to remove exif package :

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

$ sudo npm uninstall exif

Basic Information of exif NPM Package:

Package Name exif
Version 0.6.0
Description A node.js library to extract Exif metadata from images.
Released Date 2016-02-02T14:31:59.223Z
Published by oeuillot
How to Learn https://www.npmjs.com/package/exif/tutorial