How to Install node-ffprobe NPM Packages on Ubuntu / Debian

How to Install node-ffprobe software package in NPM Packages

node-ffprobe : NodeJS wrapper around ffprobe. You can installing node-ffprobe 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 node-ffprobe
$ sudo npm install -g node-ffprobe

If want to update the node-ffprobe package execute the command as below,

$ sudo npm update node-ffprobe

Update package globally,

$ npm install -g node-ffprobe

Git clone:

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

node-ffprobe@1.2.2 /usr/lib/node_modules/node-ffprobe

How to remove node-ffprobe package :

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

$ sudo npm uninstall node-ffprobe

Basic Information of node-ffprobe NPM Package:

Package Name node-ffprobe
Version 1.2.2
Description NodeJS wrapper around ffprobe
Released Date 2013-04-20T21:03:45.966Z
Published by severeon
How to Learn https://www.npmjs.com/package/node-ffprobe/tutorial