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

잔글 (봇: Jmnote bot의 2016-03-29T01:08:40Z 에 작성한 181120 판으로 되돌림)
잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
4번째 줄: 4번째 줄:


==확인==
==확인==
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# tree --version
[root@zetawiki ~]# tree --version
-bash: tree: command not found
-bash: tree: command not found
</source>
</syntaxhighlight>


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


Complete!
Complete!
</source>
</syntaxhighlight>


==확인 2==
==확인 2==
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# tree --version
[root@zetawiki ~]# tree --version
tree v1.5.3 (c) 1996 - 2009 by Steve Baker, Thomas Moore, Francesc Rocher, Kyosuke Tokoro  
tree v1.5.3 (c) 1996 - 2009 by Steve Baker, Thomas Moore, Francesc Rocher, Kyosuke Tokoro  
</source>
</syntaxhighlight>
==같이 보기==
==같이 보기==
*[[우분투 tree 설치]]
*[[우분투 tree 설치]]

2020년 11월 2일 (월) 00:55 기준 최신판

리눅스 tree 설치
CentOS tree 설치

1 확인[ | ]

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

2 설치[ | ]

[root@zetawiki ~]# 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 확인 2[ | ]

[root@zetawiki ~]# tree --version
tree v1.5.3 (c) 1996 - 2009 by Steve Baker, Thomas Moore, Francesc Rocher, Kyosuke Tokoro

4 같이 보기[ | ]

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