Install Node.js Ubuntu 14.04 Trusty LTS
How to Install NodeJS on Ubuntu 14.04 Trusty Tahr LTS GNU/Linux desktop/server.
Especially relevant, here is shown How to Install Node JS for Ubuntu all Available Releases: 20.x LTS, 22.x LTS, and Current.
For more insight see the official: NodeJs Repository Documentation.
And Node.js is an Amazing New Javascript Stuff that is at the Same Time either a Web Server and a Web Development Framework.
Moreover, Node.js is Well Known for his Performances and Scaling Attitudes derived from a Single Thread Non-Blocking Architecture “First, come, first served”.
Finally, this guide includes detailed instructions on Getting Started with NodeJs on GNU/Linux.
 
- 
Open a Shell session 
 Ctrl+Alt+t on desktop
 (Press “Enter” to Execute Commands)  
- 
How to Add Node JS Ubuntu PPA 
- 
Finally, to Install Node.js on Ubuntu. sudo apt-get install nodejs If Got “User is Not in Sudoers file” then see: How to Enable sudo 
- 
(Optional) Requirement for Installing npm Addons. sudo apt-get install build-essential 
- 
Node.js Quick Start Guide. 
Now you are able to Getting Started with the Node.js Development, to Look for Further Docs and Resource meet the Online Node.js Developers Community.
