"우분투16 node.js 설치"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 우분투 node.js 설치 문서를 우분투 node.js 설치 (apt-get) 문서로 옮겼습니다)
잔글 (Jmnote 사용자가 우분투 node.js 설치 (apt-get) 문서를 우분투 node.js 설치 문서로 옮기면서 넘겨주기를 덮어썼습니다)
(차이 없음)

2015년 12월 15일 (화) 10:04 판


1 확인

root@zetawiki:~# node -v
The program 'node' can be found in the following packages:
 * node
 * nodejs
Try: apt-get install <selected package>

2 설치

root@zetawiki:~# apt-get install nodejs
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libc-ares2 libev4 libicu48 libv8-3.7.12.22
The following NEW packages will be installed:
  libc-ares2 libev4 libicu48 libv8-3.7.12.22 nodejs
0 upgraded, 5 newly installed, 0 to remove and 69 not upgraded.
Need to get 10.2 MB of archives.
After this operation, 28.7 MB of additional disk space will be used.
Do you want to continue [Y/n]?
... (생략)
Setting up libev4 (1:4.11-1) ...
Setting up nodejs (0.6.12~dfsg1-1ubuntu1) ...
update-alternatives: using /usr/bin/node to provide /usr/bin/js (js) in auto mode.
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

3 확인 2

root@zetawiki:~# node -v
v0.6.12

4 같이 보기