CentOS6 node.js 0.x 설치

Jmnote (토론 | 기여)님의 2014년 2월 28일 (금) 00:39 판 (새 문서: ;리눅스 node.js 설치 ==설치 확인== <source lang='dos'> [root@jmnote ~]# rpm -qa | grep nodejs [root@jmnote ~]# </source> ==사전 작업== *epel 저장소 추가 ==설...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
리눅스 node.js 설치

1 설치 확인

[root@jmnote ~]# rpm -qa | grep nodejs
[root@jmnote ~]#

2 사전 작업

3 설치

[root@jmnote ~]# yum install nodejs
... (생략)
===========================================================================================
 Package            Arch          Version                                Repository   Size
===========================================================================================
Installing:
 nodejs             x86_64        0.10.25-1.el6                          epel        490 k
Installing for dependencies:
 c-ares19           x86_64        1.9.1-4.el6.3                          epel         73 k
 http-parser        x86_64        2.0-4.20121128gitcd01361.el6           epel         22 k
 libuv              x86_64        1:0.10.23-1.el6                        epel         54 k
 v8                 x86_64        1:3.14.5.10-4.el6                      epel        3.0 M

Transaction Summary
===========================================================================================
Install       5 Package(s)

Total download size: 3.6 M
Installed size: 12 M
Is this ok [y/N]: y
Installed:
  nodejs.x86_64 0:0.10.25-1.el6                                                            

Dependency Installed:
  c-ares19.x86_64 0:1.9.1-4.el6.3     http-parser.x86_64 0:2.0-4.20121128gitcd01361.el6    
  libuv.x86_64 1:0.10.23-1.el6        v8.x86_64 1:3.14.5.10-4.el6                          

Complete!

4 확인 2

[root@jmnote ~]# rpm -qa | grep nodejs
nodejs-0.10.25-1.el6.x86_64

5 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}