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

잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
(사용자 2명의 중간 판 6개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{테스트|CentOS 6.3}}
{{테스트|CentOS 6.3}}
;리눅스 tree 설치
;리눅스 tree 설치
;CentOS tree 설치


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


==설치==
==설치==
<source lang='cli'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# yum install tree
[root@zetawiki ~]# yum install tree
... (생략)
... (생략)
25번째 줄: 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='cli'>
<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==
<syntaxhighlight lang='console'>
[root@zetawiki ~]# tree --version
tree v1.5.3 (c) 1996 - 2009 by Steve Baker, Thomas Moore, Francesc Rocher, Kyosuke Tokoro
</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 }}