Skip to content

Instantly share code, notes, and snippets.

@developeryashraj
Last active August 23, 2018 02:53
Show Gist options
  • Save developeryashraj/14fd206668936d1e9be2b818bf8b0be2 to your computer and use it in GitHub Desktop.
Save developeryashraj/14fd206668936d1e9be2b818bf8b0be2 to your computer and use it in GitHub Desktop.
Installing Node on Ubuntu using tar.xz binary

Install Node js from .tar.xz

  • Download latest version of node from https://nodejs.org/en/

  • Run below command to install node. Do change file name with your downloaded file.

sudo tar -C /usr/local --strip-components 1 -xf node-v8.11.4-linux-x64.tar.xz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment