How to Install truffle NPM Packages on Ubuntu / Debian

How to Install truffle software package in NPM Packages

truffle : Truffle - Simple development framework for Ethereum. You can installing truffle 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 truffle
$ sudo npm install -g truffle

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

$ sudo npm update truffle

Update package globally,

$ npm install -g truffle

Git clone:

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

truffle@4.0.1 /usr/lib/node_modules/truffle

How to remove truffle package :

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

$ sudo npm uninstall truffle

Basic Information of truffle NPM Package:

Package Name truffle
Version 4.0.1
Description Truffle - Simple development framework for Ethereum
Released Date 2017-11-01T22:33:18.585Z
Published by gnidan
How to Learn https://www.npmjs.com/package/truffle/tutorial