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

잔글 (Jmnote님이 CentOS node.js 설치 문서를 CentOS7 node.js 6.x 설치 문서로 이동했습니다)
잔글 (Jmnote님이 CentOS7 node.js 6.x 설치 문서를 CentOS6 node.js 0.x 설치 문서로 이동했습니다)
(차이 없음)

2020년 6월 25일 (목) 12:50 판

  다른 뜻에 대해서는 우분투 node.js 설치 문서를 참조하십시오.
CentOS node.js 설치

1 확인

[root@zetawiki ~]# rpm -qa | grep nodejs
[root@zetawiki ~]# node -v
-bash: node: command not found


2 epel 저장소 추가

3 설치

[root@zetawiki ~]# yum install nodejs
... (생략)
======================================================================================================
 Package               Arch             Version                                  Repository      Size
======================================================================================================
Installing:
 nodejs                x86_64           0.10.36-3.el6                            epel           521 k
Installing for dependencies:
 c-ares19              x86_64           1.9.1-5.el6.3                            epel            73 k
 http-parser           x86_64           2.0-4.20121128gitcd01361.el6             epel            22 k
 libuv                 x86_64           1:0.10.34-1.el6                          epel            57 k
 v8                    x86_64           1:3.14.5.10-17.el6                       epel           3.0 M

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

Total download size: 3.7 M
Installed size: 12 M
Is this ok [y/N]: y
... (생략)
Installed:
  nodejs.x86_64 0:0.10.36-3.el6                                                                       

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

Complete!

4 확인 2

[root@zetawiki ~]# rpm -qa | grep nodejs
nodejs-0.10.36-3.el6.x86_64
[root@zetawiki ~]# node -v
v0.10.36

5 같이 보기

6 참고

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