How to Install player NPM Packages on Ubuntu / Debian

How to Install player software package in NPM Packages

player : a command line player, supports play mp3 both from url and local stream.. You can installing player 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 player
$ sudo npm install -g player

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

$ sudo npm update player

Update package globally,

$ npm install -g player

Git clone:

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

player@0.6.1 /usr/lib/node_modules/player

How to remove player package :

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

$ sudo npm uninstall player

Basic Information of player NPM Package:

Package Name player
Version 0.6.1
Description a command line player, supports play mp3 both from url and local stream.
Released Date 2015-10-29T09:11:44.882Z
Published by turing
How to Learn https://www.npmjs.com/package/player/tutorial