How to Install copy-paste NPM Packages on Ubuntu / Debian

How to Install copy-paste software package in NPM Packages

copy-paste : A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.. You can installing copy-paste 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 copy-paste
$ sudo npm install -g copy-paste

If want to update the copy-paste package execute the command as below,

$ sudo npm update copy-paste

Update package globally,

$ npm install -g copy-paste

Git clone:

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

copy-paste@1.3.0 /usr/lib/node_modules/copy-paste

How to remove copy-paste package :

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

$ sudo npm uninstall copy-paste

Basic Information of copy-paste NPM Package:

Package Name copy-paste
Version 1.3.0
Description A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.
Released Date 2016-06-11T18:21:21.128Z
Published by xavi
How to Learn https://www.npmjs.com/package/copy-paste/tutorial