How to Install yauzl NPM Packages on Ubuntu / Debian

How to Install yauzl software package in NPM Packages

yauzl : yet another unzip library for node. You can installing yauzl 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 yauzl
$ sudo npm install -g yauzl

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

$ sudo npm update yauzl

Update package globally,

$ npm install -g yauzl

Git clone:

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

yauzl@2.9.1 /usr/lib/node_modules/yauzl

How to remove yauzl package :

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

$ sudo npm uninstall yauzl

Basic Information of yauzl NPM Package:

Package Name yauzl
Version 2.9.1
Description yet another unzip library for node
Released Date 2017-10-30T11:56:13.119Z
Published by thejoshwolfe
How to Learn https://www.npmjs.com/package/yauzl/tutorial