이 저장소에는 .rpm 및 .deb를 통해 NodeSource N|solid 및 Node.js 바이너리 배포판을 설치하기 위한 지침과 해당 설정 및 지원 스크립트가 포함되어 있습니다.
NodeSource의 영향이 적은 Node.js 성능 모니터링 플랫폼에 대한 자세한 정보를 찾고 있다면 여기에서 자세히 알아보세요.
배포 저장소 nodesource/distributions에 대한 중요한 변경 사항을 알려드리고자 합니다.
새로운 기능:
nodistro
코드명으로 사용할 수 있습니다. 우리는 더 이상 특정 버전과 결합된 설치 프로그램을 패키징하지 않습니다. 즉, 최소 요구 사항을 충족하는 거의 모든 배포판에 Node.js를 설치할 수 있습니다.이전 문서 README.md를 찾고 있습니다.
NodeSource는 다음 아키텍처를 계속 유지하며 향후 아키텍처를 추가할 수 있습니다.
배포판 이름 | 노드 18x | 노드 20x | 노드 21x | 노드 22x | 노드 23x |
---|---|---|---|---|---|
우분투 바이오닉 ^18.04 | |||||
우분투 포칼 ^20.04 | ✅ | ✅ | ✅ | ✅ | ✅ |
우분투 제미 ^22.04 | ✅ | ✅ | ✅ | ✅ | ✅ |
우분투 노블 ^24.04 | ✅ | ✅ | ✅ | ✅ | ✅ |
배포판 이름 | 노드 18x | 노드 20x | 노드 21x | 노드 22x | 노드 23x |
---|---|---|---|---|---|
데비안 8 제시 | |||||
데비안 9 스트레치 | |||||
데비안 10 버스터 | ✅ | ✅ | ✅ | ✅ | ✅ |
데비안 11 불스아이 | ✅ | ✅ | ✅ | ✅ | ✅ |
데비안 12 책벌레 | ✅ | ✅ | ✅ | ✅ | ✅ |
메모
지원되지 않는 Linux 버전에서 Node.js를 실행하려는 경우 NodeSource에 문의하여 특정 요구 사항에 대한 엔터프라이즈 지원을 받으세요.
Node.js 23.x :
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
sudo apt-get install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://deb.nodesource.com/setup_23.x -o nodesource_setup.sh
sudo를 사용하여 설정 스크립트를 실행합니다.
sudo -E bash nodesource_setup.sh
Node.js를 설치합니다:
sudo apt-get install -y nodejs
설치를 확인합니다.
node -v
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
apt-get install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://deb.nodesource.com/setup_23.x -o nodesource_setup.sh
sudo를 사용하여 설정 스크립트를 실행합니다.
bash nodesource_setup.sh
Node.js를 설치합니다:
apt-get install -y nodejs
설치를 확인합니다.
node -v
Node.js v22.x :
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
sudo apt-get install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh
sudo를 사용하여 설정 스크립트를 실행합니다.
sudo -E bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
sudo apt-get install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
sudo apt-get install -y nodejs
설치를 확인합니다.
node -v
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
apt-get install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh
sudo를 사용하여 설정 스크립트를 실행합니다.
bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
apt-get install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
apt-get install -y nodejs
설치를 확인합니다.
node -v
Node.js v20.x :
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
sudo apt-get install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh
sudo를 사용하여 설정 스크립트를 실행합니다.
sudo -E bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
sudo apt-get install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
sudo apt-get install -y nodejs
설치를 확인합니다.
node -v
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
apt-get install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh
sudo를 사용하여 설정 스크립트를 실행합니다.
bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
apt-get install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
apt-get install -y nodejs
설치를 확인합니다.
node -v
Node.js v18.x :
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
sudo apt-get install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh
sudo를 사용하여 설정 스크립트를 실행합니다.
sudo -E bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
sudo apt-get install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
sudo apt-get install -y nodejs
설치를 확인합니다.
node -v
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
apt-get install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh
sudo를 사용하여 설정 스크립트를 실행합니다.
bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
apt-get install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
apt-get install -y nodejs
설치를 확인합니다.
node -v
Node.js LTS(v22.x) :
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
sudo apt-get install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://deb.nodesource.com/setup_lts.x -o nodesource_setup.sh
sudo를 사용하여 설정 스크립트를 실행합니다.
sudo -E bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
sudo apt-get install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
sudo apt-get install -y nodejs
설치를 확인합니다.
node -v
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
apt-get install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://deb.nodesource.com/setup_lts.x -o nodesource_setup.sh
sudo를 사용하여 설정 스크립트를 실행합니다.
bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
apt-get install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
apt-get install -y nodejs
설치를 확인합니다.
node -v
Node.js 현재(23) :
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
sudo apt-get install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://deb.nodesource.com/setup_current.x -o nodesource_setup.sh
sudo를 사용하여 설정 스크립트를 실행합니다.
sudo -E bash nodesource_setup.sh
Node.js를 설치합니다:
sudo apt-get install -y nodejs
설치를 확인합니다.
node -v
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
apt-get install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://deb.nodesource.com/setup_current.x -o nodesource_setup.sh
sudo를 사용하여 설정 스크립트를 실행합니다.
bash nodesource_setup.sh
Node.js를 설치합니다:
apt-get install -y nodejs
설치를 확인합니다.
node -v
nsolid
또는 nodejs
Ubuntu 및 Debian 패키지 제거위의 deb.nodesource.com 패키지 방법에서 설치된 Node.js 또는 N|solid를 완전히 제거하려면:
sudo
사용하거나 데비안에서는 루트로 실행하세요.apt-get purge nsolid &&
rm -r /etc/apt/sources.list.d/nodesource.list &&
rm -r /etc/apt/keyrings/nodesource.gpg
apt-get purge nodejs &&
rm -r /etc/apt/sources.list.d/nodesource.list &&
rm -r /etc/apt/keyrings/nodesource.gpg
NodeSource는 다음 아키텍처를 계속 유지하며 향후 아키텍처를 추가할 수 있습니다.
배포판 이름 | 노드 18x | 노드 20x | 노드 21x | 노드 22x | 노드 23x |
---|---|---|---|---|---|
페도라 >= 20 (20->28) | |||||
페도라 >= 29 | ✅ | ✅ | ✅ | ✅ | ✅ |
페도라 >= 36 | ✅ | ✅ | ✅ | ✅ | ✅ |
배포판 이름 | 노드 18x | 노드 20x | 노드 21x | 노드 22x | 노드 23x |
---|---|---|---|---|---|
레드햇 7 | |||||
레드햇 8 | ✅ | ✅ | ✅ | ✅ | ✅ |
레드햇 9 | ✅ | ✅ | ✅ | ✅ | ✅ |
Redhat 9-최소 | ✅ | ✅ | ✅ | ✅ | ✅ |
배포판 이름 | 노드 18x | 노드 20x | 노드 21x | 노드 22x |
---|---|---|---|---|
아마존 리눅스 2 | ||||
아마존 리눅스 2023 | ✅ | ✅ | ✅ | ✅ |
메모
지원되지 않는 Linux 버전에서 Node.js를 실행하려는 경우 NodeSource에 문의하여 특정 요구 사항에 대한 엔터프라이즈 지원을 받으세요.
Node.js v23.x
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
sudo yum install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://rpm.nodesource.com/setup_23.x -o nodesource_setup.sh
루트로 설정 스크립트를 실행합니다.
sudo bash nodesource_setup.sh
Node.js를 설치합니다:
sudo yum install -y nodejs
설치를 확인합니다.
node -v
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
yum install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://rpm.nodesource.com/setup_23.x -o nodesource_setup.sh
루트로 설정 스크립트를 실행합니다.
bash nodesource_setup.sh
Node.js를 설치합니다:
yum install -y nodejs
설치를 확인합니다.
node -v
Node.js v22.x
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
sudo yum install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://rpm.nodesource.com/setup_22.x -o nodesource_setup.sh
루트로 설정 스크립트를 실행합니다.
sudo bash nodesource_setup.sh
Node.js를 설치합니다:
sudo yum install -y nodejs
설치를 확인합니다.
node -v
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
yum install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://rpm.nodesource.com/setup_22.x -o nodesource_setup.sh
루트로 설정 스크립트를 실행합니다.
bash nodesource_setup.sh
Node.js를 설치합니다:
yum install -y nodejs
설치를 확인합니다.
node -v
Node.js v20.x
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
sudo yum install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://rpm.nodesource.com/setup_20.x -o nodesource_setup.sh
루트로 설정 스크립트를 실행합니다.
bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
yum install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
yum install -y nodejs
설치를 확인합니다.
node -v
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
yum install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://rpm.nodesource.com/setup_20.x -o nodesource_setup.sh
루트로 설정 스크립트를 실행합니다.
bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
sudo yum install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
sudo yum install -y nodejs
설치를 확인합니다.
node -v
Node.js v18.x
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
sudo yum install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://rpm.nodesource.com/setup_18.x -o nodesource_setup.sh
루트로 설정 스크립트를 실행합니다.
bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
sudo yum install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
sudo yum install -y nodejs
설치를 확인합니다.
node -v
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
yum install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://rpm.nodesource.com/setup_18.x -o nodesource_setup.sh
루트로 설정 스크립트를 실행합니다.
sudo bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
sudo yum install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
sudo yum install -y nodejs
설치를 확인합니다.
node -v
N|Solid 또는 Node.js LTS(22.x)
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
yum install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://rpm.nodesource.com/setup_lts.x -o nodesource_setup.sh
루트로 설정 스크립트를 실행합니다.
bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
yum install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
yum install -y nodejs
설치를 확인합니다.
node -v
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
sudo yum install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://rpm.nodesource.com/setup_lts.x -o nodesource_setup.sh
루트로 설정 스크립트를 실행합니다.
sudo bash nodesource_setup.sh
N|Solid 또는 Node.js를 설치합니다.
N|Solid 설치:
sudo yum install -y nsolid
설치를 확인합니다.
nsolid -v
Node.js를 설치합니다:
sudo yum install -y nodejs
설치를 확인합니다.
node -v
Node.js 현재(23.x)
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
yum install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://rpm.nodesource.com/setup_current.x -o nodesource_setup.sh
루트로 설정 스크립트를 실행합니다.
bash nodesource_setup.sh
Node.js를 설치합니다:
yum install -y nodejs
설치를 확인합니다.
node -v
시작하기 전에 curl
시스템에 설치되어 있는지 확인하십시오. curl
설치되지 않은 경우 다음 명령을 사용하여 설치할 수 있습니다.
sudo yum install -y curl
설정 스크립트를 다운로드합니다.
curl -fsSL https://rpm.nodesource.com/setup_current.x -o nodesource_setup.sh
루트로 설정 스크립트를 실행합니다.
sudo bash nodesource_setup.sh
Node.js를 설치합니다:
sudo yum install -y nodejs
설치를 확인합니다.
node -v
선택사항 : 빌드 도구 설치
npm에서 기본 애드온을 컴파일하고 설치하려면 빌드 도구도 설치해야 할 수 있습니다.
yum install gcc-c++ make
# or: yum groupinstall 'Development Tools'
nsolid
또는 nodejs
Enterprise Linux 패키지 제거위의 rpm.nodesource.com 패키지 방법에서 설치된 Node.js를 완전히 제거하려면:
sudo
사용하거나 루트로 실행하세요.yum remove nsolid &&
rm -r /etc/yum.repos.d/nodesource * .repo &&
yum clean all
yum remove nodejs &&
rm -r /etc/yum.repos.d/nodesource * .repo &&
yum clean all
출처: https://nodejs.dev
Q: 스크립트는 더 이상 사용되지 않습니까?
A: 현재 오래된 Node.js 버전에서는 스크립트가 더 이상 사용되지 않습니다. 이러한 버전의 패키지는 아직 존재하지만 더 이상 지원을 제공하지 않습니다. 우리의 지원은 현재 활성화된 Node.js 버전에만 전념하고 있습니다.