Skip to content

Instantly share code, notes, and snippets.

@rtyley
Last active January 4, 2016 03:29
Show Gist options
  • Select an option

  • Save rtyley/8561957 to your computer and use it in GitHub Desktop.

Select an option

Save rtyley/8561957 to your computer and use it in GitHub Desktop.
How to get a reasonably up-to-date Node.js install on Ubuntu
# nodejs packages before Ubuntu 13.10 are currently very out of date:
# http://packages.ubuntu.com/search?keywords=nodejs
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