如何在debian上使用apt-get安装nodejs
查看操作系统版本
root@bogon:/tmp# cat /etc/debian_version
8.6
设置更新源
apt-get install curl
curl -sL https://deb.nodesource.com/setup | bash -
安装 nodejs
apt-get install -y nodejs
vcoolwind
/
/ - views
Published under(CC) BY-NC-SA 3.0 CN.