How to Install rsync NPM Packages on Ubuntu / Debian

How to Install rsync software package in NPM Packages

rsync : Rsync cli wrapper. You can installing rsync 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 rsync
$ sudo npm install -g rsync

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

$ sudo npm update rsync

Update package globally,

$ npm install -g rsync

Git clone:

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

rsync@0.6.1 /usr/lib/node_modules/rsync

How to remove rsync package :

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

$ sudo npm uninstall rsync

Basic Information of rsync NPM Package:

Package Name rsync
Version 0.6.1
Description Rsync cli wrapper
Released Date 2017-01-14T22:03:43.409Z
Published by mattijs
How to Learn https://www.npmjs.com/package/rsync/tutorial