Ubuntu上安装Node.js可以使用NodeSource的源了
 发布于 10 年前  作者 meteormatt  5636 次预览  最后一次回复是 10 年前  来自 分享 

https://github.com/nodesource/distributions

curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs

默认支持debrpm系的发行版. 其他的请看joyent/node上的Wiki https://github.com/joyent/node/wiki/installing-node.js-via-package-manager

0.12版本或io.js的安装方法请看NodeSource的blog https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories