How to Install amqplib NPM Packages on Ubuntu / Debian

How to Install amqplib software package in NPM Packages

amqplib : An AMQP 0-9-1 (e.g., RabbitMQ) library and client.. You can installing amqplib 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 amqplib
$ sudo npm install -g amqplib

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

$ sudo npm update amqplib

Update package globally,

$ npm install -g amqplib

Git clone:

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

amqplib@0.5.2 /usr/lib/node_modules/amqplib

How to remove amqplib package :

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

$ sudo npm uninstall amqplib

Basic Information of amqplib NPM Package:

Package Name amqplib
Version 0.5.2
Description An AMQP 0-9-1 (e.g., RabbitMQ) library and client.
Released Date 2017-11-11T23:14:58.997Z
Published by squaremo
How to Learn https://www.npmjs.com/package/amqplib/tutorial