Skip to content

Instantly share code, notes, and snippets.

@sandcastle
Created February 26, 2014 23:16
Show Gist options
  • Save sandcastle/9240853 to your computer and use it in GitHub Desktop.
Save sandcastle/9240853 to your computer and use it in GitHub Desktop.
Setup file for node.js 0.10.* on Ubuntu 12.04
# https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
sudo apt-get update
sudo apt-get install -y python-software-properties python g++ make
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get --purge remove node
sudo apt-get --purge remove nodejs
sudo apt-get install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment