본문 바로가기
Ubuntu/Ubuntu

[Ubuntu] node.js 및 git 설치

by Angry Stock 2025. 1. 11.
반응형
1. NodeSource 저장소 추가
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
2. Node.js 및 npm 설치
sudo apt-get install -y nodejs
3. node 및 npm 버전 확인
node -v
npm -v
4. Git 설치
sudo apt-get update
sudo apt-get install git
5. Git 버전 확인
git --version
반응형

'Ubuntu > Ubuntu' 카테고리의 다른 글

[Ubuntu] Ubuntu 20.04 Docker 설치  (0) 2025.01.11

댓글