"CentOS6 node.js 0.x 설치"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
잔글 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))
3번째 줄: 3번째 줄:
==설치 확인==
==설치 확인==
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# rpm -qa | grep nodejs
[root@zetawiki ~]# rpm -qa | grep nodejs
[root@jmnote ~]#
[root@zetawiki ~]#
</source>
</source>


12번째 줄: 12번째 줄:
==설치==
==설치==
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# yum install nodejs
[root@zetawiki ~]# yum install nodejs
... (생략)
... (생략)
===========================================================================================
===========================================================================================
47번째 줄: 47번째 줄:
==확인 2==
==확인 2==
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# rpm -qa | grep nodejs
[root@zetawiki ~]# rpm -qa | grep nodejs
nodejs-0.10.25-1.el6.x86_64
nodejs-0.10.25-1.el6.x86_64
</source>
</source>

2015년 2월 12일 (목) 02:02 판

리눅스 node.js 설치

1 설치 확인

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

2 epel 저장소 추가

3 설치

[root@zetawiki ~]# 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@zetawiki ~]# rpm -qa | grep nodejs
nodejs-0.10.25-1.el6.x86_64

5 같이 보기

6 참고 자료

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