Nodesource 에서 전체 설치 지침을 여기 에 업로드 했습니다. 참조 용으로 아래에 복사되어 있습니다. 최신 버전으로 업데이트하는 방법은 동일합니다.
Node.js v12.x :
참고 : Ubuntu Precise 또는 Debian Wheezy를 사용하는 경우 이전 배포판에서 Node.js> = 6.x 실행 에 대해 읽을 수 있습니다.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get install -y nodejs
Node.js v11.x :
참고 : Ubuntu Precise 또는 Debian Wheezy를 사용하는 경우 이전 배포판에서 Node.js> = 6.x 실행 에 대해 읽을 수 있습니다.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_11.x | bash -
apt-get install -y nodejs
Node.js v10.x :
참고 : Ubuntu Precise 또는 Debian Wheezy를 사용하는 경우 이전 배포판에서 Node.js> = 6.x 실행 에 대해 읽을 수 있습니다.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_10.x | bash -
apt-get install -y nodejs
Node.js v9.x :
참고 : Ubuntu Precise 또는 Debian Wheezy를 사용하는 경우 이전 배포판에서 Node.js> = 6.x 실행 에 대해 읽을 수 있습니다.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_9.x | bash -
apt-get install -y nodejs
Node.js v8.x :
참고 : Ubuntu Precise 또는 Debian Wheezy를 사용하는 경우 이전 배포판에서 Node.js> = 6.x 실행 에 대해 읽을 수 있습니다.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_8.x | bash -
apt-get install -y nodejs
Node.js v7.x :
참고 : 데비안 위지와 우분투 정밀 패키지는 NOT 이 릴리스 가능합니다. 이전 배포판에서 Node.js> = 4.x 실행을 참조하십시오.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_7.x | bash -
apt-get install -y nodejs
Node.js v6.x :
참고 : Ubuntu Precise 또는 Debian Wheezy를 사용하는 경우 이전 배포판에서 Node.js> = 4.x 실행 에 대해 읽을 수 있습니다 .
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_6.x | bash -
apt-get install -y nodejs
Node.js v5.x :
참고 : Ubuntu Precise 또는 Debian Wheezy를 사용하는 경우 이전 배포판에서 Node.js> = 4.x 실행 에 대해 읽을 수 있습니다 .
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_5.x | bash -
apt-get install -y nodejs
Node.js v4.x :
참고 : Ubuntu Precise 또는 Debian Wheezy를 사용하는 경우 이전 배포판에서 Node.js> = 4.x 실행 에 대해 읽을 수 있습니다 .
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_4.x | bash -
apt-get install -y nodejs
Node.js v0.12 :
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_0.12 | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_0.12 | bash -
apt-get install -y nodejs
Node.js v0.10 :
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_0.10 | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_0.10 | bash -
apt-get install -y nodejs
io.js v3.x :
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_iojs_3.x | sudo -E bash -
sudo apt-get install -y iojs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_iojs_3.x | bash -
apt-get install -y iojs
io.js v2.x :
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_iojs_2.x | sudo -E bash -
sudo apt-get install -y iojs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_iojs_2.x | bash -
apt-get install -y iojs
io.js v1.x :
참고 :이 io.js 브랜치는 적극적으로 유지 관리되지 않으며 프로덕션 용도로는 권장되지 않습니다.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_iojs_1.x | sudo -E bash -
sudo apt-get install -y iojs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_iojs_1.x | bash -
apt-get install -y iojs