Skip to content

Instantly share code, notes, and snippets.

@achiko
Last active August 29, 2015 14:01
Show Gist options
  • Save achiko/e0a7c13d1510d12c123a to your computer and use it in GitHub Desktop.
Save achiko/e0a7c13d1510d12c123a to your computer and use it in GitHub Desktop.
Install Nodejs on ubuntu
http://askubuntu.com/questions/49390/how-do-i-install-the-latest-version-of-node-js
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment