mirmond
[Debian계열] apt로 nodejs 최신버전 설치 본문
https://librat.kr/entry/Debian-apt-nodejs-install
[Debian계열] apt로 nodejs 최신버전 설치
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
librat.kr
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
'리눅스 > 간단 설정' 카테고리의 다른 글
mariadb 유저생성 및 권한설정 (0) | 2019.10.07 |
---|---|
aws mariadb 한글문제 (0) | 2019.10.04 |
우분투 mariadb 10.3 설치 (0) | 2019.08.31 |
우분투 시간 설정 (0) | 2019.08.31 |
리눅스 가상메모리 설정 swap (0) | 2019.08.18 |