How i can update node.js to v0.12? I tried run “apt-get install node”, but installed v0.10.33 Also i tried to update from PPA repo (https://launchpad.net/~onestone/+archive/ubuntu/node.js-0.12) but this package is missing.
Ubuntu 10.04 x32
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This comment has been deleted
Also see the answer by Luke on the SO posting. Luke talks about downloading the latest version directly from the nodejs.org web site. http://unix.stackexchange.com/questions/207591/how-to-install-latest-nodejs-on-debian-jessie
I’m not aware of any Debian packages targeting 10.04 for Node 0.12. While 10.04 has security support until April 2015, there have been two more Long Term Support releases in the meantime. With Node being a fairly fast moving community, legacy support is not always there.
Your best bet is probably to use Node Version Manager instead of a packaged version.
curl https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash
source ~/.bashrc
nvm install 0.12
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.