본문 바로가기

os/리눅스

ubuntu init && node install


sudo apt-get update

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -

sudo apt-get update && sudo apt-get install yarn

sudo apt-get autoremove

sudo apt-get install -y build-essential

sudo apt-get install -y nodejs


'os > 리눅스' 카테고리의 다른 글

ubuntu docker  (0) 2018.10.24
ubuntu port forwarding  (0) 2018.08.15
ubuntu jupyter 설치  (0) 2016.08.26
ubuntu 14.04 install ffmpeg  (0) 2015.06.30
linux sync time utc  (0) 2015.05.07