"CentOS tree 설치"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
3번째 줄: 3번째 줄:


==설치 확인==
==설치 확인==
<source lang='dos'>
<source lang='cli'>
[root@jmnote ~]# tree
[root@jmnote ~]# tree
-bash: tree: command not found
-bash: tree: command not found
9번째 줄: 9번째 줄:


==설치==
==설치==
<source lang='dos'>
<source lang='cli'>
[root@jmnote ~]# yum install tree
[root@jmnote ~]# yum install tree
... (생략)
... (생략)
26번째 줄: 26번째 줄:
Is this ok [y/N]: y
Is this ok [y/N]: y
</source>
</source>
<source lang='dos'>
<source lang='cli'>
Installed:
Installed:
   tree.x86_64 0:1.5.3-2.el6                                                                                       
   tree.x86_64 0:1.5.3-2.el6                                                                                       

2015년 2월 6일 (금) 04:02 판

리눅스 tree 설치

1 설치 확인

[root@jmnote ~]# tree
-bash: tree: command not found

2 설치

[root@jmnote ~]# yum install tree
... (생략)
==================================================================================================================
 Package                 Arch                      Version                          Repository               Size
==================================================================================================================
Installing:
 tree                    x86_64                    1.5.3-2.el6                      Daum                     36 k

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

Total download size: 36 k
Installed size: 65 k
Is this ok [y/N]: y
Installed:
  tree.x86_64 0:1.5.3-2.el6                                                                                       

Complete!

3 같이 보기

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