How to Install bloom-filter NPM Packages on Ubuntu / Debian

How to Install bloom-filter software package in NPM Packages

bloom-filter : A bloom filter suitable for use in Bitcoin Connection Bloom Filtering as part of [BIP37](https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki).. You can installing bloom-filter 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 bloom-filter
$ sudo npm install -g bloom-filter

If want to update the bloom-filter package execute the command as below,

$ sudo npm update bloom-filter

Update package globally,

$ npm install -g bloom-filter

Git clone:

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

bloom-filter@0.2.0 /usr/lib/node_modules/bloom-filter

How to remove bloom-filter package :

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

$ sudo npm uninstall bloom-filter

Basic Information of bloom-filter NPM Package:

Package Name bloom-filter
Version 0.2.0
Description A bloom filter suitable for use in Bitcoin Connection Bloom Filtering as part of [BIP37](https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki).
Released Date 2015-03-16T21:38:11.960Z
Published by braydonf
How to Learn https://www.npmjs.com/package/bloom-filter/tutorial