How to Install tar NPM Packages on Ubuntu / Debian

How to Install tar software package in NPM Packages

tar : tar for node. You can installing tar 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 tar
$ sudo npm install -g tar

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

$ sudo npm update tar

Update package globally,

$ npm install -g tar

Git clone:

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

tar@4.0.2 /usr/lib/node_modules/tar

How to remove tar package :

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

$ sudo npm uninstall tar

Basic Information of tar NPM Package:

Package Name tar
Version 4.0.2
Description tar for node
Released Date 2017-10-18T19:30:06.418Z
Published by zkat
How to Learn https://www.npmjs.com/package/tar/tutorial