ubuntu make install nodeJs
reference : http://superuser.com/questions/1159313/how-to-install-downloaded-node-v6-9-2-linux-x64-tar-xz-file-in-ubuntu-14-04/1159413
from node js official download node Js that prefix with tar.xz(the quickly compress) , then extract the package and cd inside , use ./ run the configure
./configuresudo make install
# you can use curl get the url directive
本文介绍如何在Ubuntu系统中安装Node.js。首先从Node.js官方网站下载适用于Linux x64平台的.tar.xz压缩包,然后解压文件并进入目录运行配置脚本。使用sudo权限执行make install完成安装。
5060

被折叠的 条评论
为什么被折叠?



