How to Install solc NPM Packages on Ubuntu / Debian

How to Install solc software package in NPM Packages

solc : Solidity compiler. You can installing solc 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 solc
$ sudo npm install -g solc

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

$ sudo npm update solc

Update package globally,

$ npm install -g solc

Git clone:

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

solc@0.4.18 /usr/lib/node_modules/solc

How to remove solc package :

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

$ sudo npm uninstall solc

Basic Information of solc NPM Package:

Package Name solc
Version 0.4.18
Description Solidity compiler
Released Date 2017-10-18T15:21:57.505Z
Published by chriseth
How to Learn https://www.npmjs.com/package/solc/tutorial