반응형
ROOT 기준
nodejs version 12
apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get update
apt-get install -y nodejs
nodejs --version
nodejs version 11
apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_11.x | bash -
apt-get update
apt-get install -y nodejs
nodejs --version
nodejs version 10
apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_10.x | bash -
apt-get update
apt-get install -y nodejs
nodejs --version
nodejs version 9
apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_9.x | bash -
apt-get update
apt-get install -y nodejs
nodejs --version
반응형
'리눅스' 카테고리의 다른 글
우분투 시간 설정 (0) | 2021.09.09 |
---|---|
리눅스 가상메모리 설정 swap (0) | 2021.09.08 |
[리눅스 명령어] find 파일찾기 (0) | 2021.09.08 |
[리눅스 권한] 표기 퍼미션[PERMISSION] (0) | 2021.09.08 |
[리눅스 명령어] echo 지정된 문자열 출력 (0) | 2021.09.08 |