How to Install extract-zip NPM Packages on Ubuntu / Debian

How to Install extract-zip software package in NPM Packages

extract-zip : unzip a zip file into a directory using 100% javascript. You can installing extract-zip 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 extract-zip
$ sudo npm install -g extract-zip

If want to update the extract-zip package execute the command as below,

$ sudo npm update extract-zip

Update package globally,

$ npm install -g extract-zip

Git clone:

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

extract-zip@1.6.6 /usr/lib/node_modules/extract-zip

How to remove extract-zip package :

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

$ sudo npm uninstall extract-zip

Basic Information of extract-zip NPM Package:

Package Name extract-zip
Version 1.6.6
Description unzip a zip file into a directory using 100% javascript
Released Date 2017-10-31T04:37:51.142Z
Published by malept
How to Learn https://www.npmjs.com/package/extract-zip/tutorial