How to Install x11 NPM Packages on Ubuntu / Debian

How to Install x11 software package in NPM Packages

x11 : A pure node.js JavaScript client implementing X Window (X11) protocol and extensions.. You can installing x11 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 x11
$ sudo npm install -g x11

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

$ sudo npm update x11

Update package globally,

$ npm install -g x11

Git clone:

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

x11@2.3.0 /usr/lib/node_modules/x11

How to remove x11 package :

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

$ sudo npm uninstall x11

Basic Information of x11 NPM Package:

Package Name x11
Version 2.3.0
Description A pure node.js JavaScript client implementing X Window (X11) protocol and extensions.
Released Date 2017-08-27T05:13:26.797Z
Published by sidorares
How to Learn https://www.npmjs.com/package/x11/tutorial