How to Install rename NPM Packages on Ubuntu / Debian

How to Install rename software package in NPM Packages

rename : Rename files using some transformers.. You can installing rename 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 rename
$ sudo npm install -g rename

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

$ sudo npm update rename

Update package globally,

$ npm install -g rename

Git clone:

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

rename@1.0.4 /usr/lib/node_modules/rename

How to remove rename package :

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

$ sudo npm uninstall rename

Basic Information of rename NPM Package:

Package Name rename
Version 1.0.4
Description Rename files using some transformers.
Released Date 2016-12-27T11:15:55.356Z
Published by popomore
How to Learn https://www.npmjs.com/package/rename/tutorial