• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Install Node.js on an Ubuntu 15.10 & Ubuntu 14.04

How To Install Node.js on an Ubuntu 15.10 & Ubuntu 14.04

By Sourabh / November 16, 2015 Category: How To, Ubuntu

How To Install Node.js on an Ubuntu 15.10, Ubuntu 14.04 and Derivatives. Installing Node.js via package manager on Linux Ubuntu Systems. Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js’ package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

Node.js is a Javascript platform for server-side programming. Node.js allows users to build network applications by using Javascript. It is a server-side software platform built on Google’s V8 JavaScript engine.

Install Node.js on Debian

Node.js is available as a pre-built package on Linux distros and can also be installed from its source on other Linux distros. Node.js can be installed on Debian and Ubuntu based Linux distributions including: Ubuntu, Linux Mint, Linux Mint Debian Edition (LMDE), elementaryOS and others.

Node.js Version 5.0.0 is the latest Stable version of Node.js software.

Download for Linux (x86)

  • v4.2.2 LTS Mature and Dependable
    https://nodejs.org/dist/v4.2.2/node-v4.2.2-linux-x86.tar.gz
  • v5.0.0 Stable Latest Features
    https://nodejs.org/dist/v5.0.0/node-v5.0.0-linux-x86.tar.gz

Node.js is available from the NodeSource Debian and Ubuntu binary distributions repository (PPA)

Install Node.js on Ubuntu or Linux Mint

Run the following commands to install Node.js and npm.

$ sudo apt-get update
$ sudo apt-get install npm
$ sudo ln -s /usr/bin/nodejs /usr/bin/node

One can also install Node.js via PPA.

$ sudo apt-get install python-software-properties python g++ make
$ sudo add-apt-repository -y ppa:chris-lea/node.js
$ sudo apt-get update
$ sudo apt-get install npm

Once you have installed Node.js, run node –version to check Node.js version.

$ node --version

Tags: Apt-Get Node, Install Node.js on Debian, Install Node.js on Debian Ubuntu, Install Node.js on Linux Mint, Install Node.js on Ubuntu, Install Node.js on Ubuntu 14.04, Install Node.js on Ubuntu 14.10, Install Node.js on Ubuntu 15.04, Install Node.js on Ubuntu 15.10, Install Node.js on Ubuntu Debian, Install Nodejs on Debian, Install Nodejs on Debian Ubuntu, Install Nodejs on Linux Mint, Install Nodejs on Ubuntu, Install Nodejs On Ubuntu 14, Install Nodejs on Ubuntu 14.04, Install Nodejs on Ubuntu 14.10, Install Nodejs On Ubuntu 15, Install Nodejs on Ubuntu 15.04, Install Nodejs on Ubuntu 15.10, Install Nodejs on Ubuntu Debian, Install Nodejs On Ubuntu Server, Node.js Ubuntu PPA, Nodejs Ubuntu Ppa, Nodejs Ubuntu Tutorial, Sudo Apt-Get Install Node, Sudo Apt-Get Install Nodejs, Ubuntu Nodejs Package, Ubuntu Npm, Ubuntu PPA Node.js, Ubuntu PPA Nodejs, Using Nodejs Ubuntu

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap