How to Install node-xml2js software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install node-xml2js software package in Ubuntu 14.04 LTS (Trusty Tahr)

node-xml2js software package provides simple XML to JavaScript object converter - Node.js module, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install node-xml2js 

node-xml2js is installed in your system.

Make ensure the node-xml2js package were installed using the commands given below,

$ sudo dpkg-query -l | grep node-xml2js *

You will get with node-xml2js package name, version, architecture and description in a table

node-xml2js package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Web Software
Package node-xml2js
Version 0.2.8-1
Description simple XML to JavaScript object converter - Node.js module
Sub Section Web


See Also, How to uninstall or remove node-xml2js software package from Ubuntu 14.04 LTS (Trusty Tahr)?