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

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
잔글 (봇: 자동으로 텍스트 교체 (-<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
10번째 줄: 10번째 줄:


==설치==
==설치==
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# yum install tree
[root@zetawiki ~]# yum install tree
... (생략)
... (생략)
27번째 줄: 27번째 줄:
Is this ok [y/N]: y
Is this ok [y/N]: y
</source>
</source>
<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                                                                                       
35번째 줄: 35번째 줄:


==확인 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  

2020년 11월 2일 (월) 00:40 판

리눅스 tree 설치
CentOS tree 설치

1 확인

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

2 설치

<syntaxhighlight lang='console'> [root@zetawiki ~]# yum install tree ... (생략)

2.1 ======================================================================================================
Package                 Arch                      Version                          Repository               Size
2.2 ======================================================================================================

Installing:

tree                    x86_64                    1.5.3-2.el6                      Daum                     36 k

Transaction Summary

2.3 ======================================================================================================

Install 1 Package(s)

Total download size: 36 k Installed size: 65 k Is this ok [y/N]: y </source> <syntaxhighlight lang='console'> Installed:

 tree.x86_64 0:1.5.3-2.el6                                                                                       

Complete! </source>

3 확인 2

<syntaxhighlight lang='console'> [root@zetawiki ~]# tree --version tree v1.5.3 (c) 1996 - 2009 by Steve Baker, Thomas Moore, Francesc Rocher, Kyosuke Tokoro </source>

4 같이 보기

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