How to Install cowsay NPM Packages on Ubuntu / Debian

How to Install cowsay software package in NPM Packages

cowsay : cowsay is a configurable talking cow. You can installing cowsay 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 cowsay
$ sudo npm install -g cowsay

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

$ sudo npm update cowsay

Update package globally,

$ npm install -g cowsay

Git clone:

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

cowsay@1.2.1 /usr/lib/node_modules/cowsay

How to remove cowsay package :

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

$ sudo npm uninstall cowsay

Basic Information of cowsay NPM Package:

Package Name cowsay
Version 1.2.1
Description cowsay is a configurable talking cow
Released Date 2017-08-25T03:17:10.903Z
Published by piuccio
How to Learn https://www.npmjs.com/package/cowsay/tutorial