CentOS unzip 설치

(리눅스 unzip 설치에서 넘어옴)
  다른 뜻에 대해서는 우분투 unzip 설치 문서를 참조하십시오.
CentOS unzip 설치
리눅스 unzip 설치

1 확인[ | ]

[root@zetawiki ~]# unzip
-bash: unzip: command not found
[root@zetawiki ~]# rpm -qa | grep unzip
[root@zetawiki ~]# yum list unzip
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Available Packages
unzip.x86_64                     6.0-2.el6_6                      base
[root@hub ~]#

2 yum으로 설치[ | ]

[root@zetawiki ~]# yum install unzip
... (생략)
======================================================================
 Package       Arch           Version              Repository    Size
======================================================================
Installing:
 unzip         x86_64         6.0-2.el6_6          base         149 k

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

Total download size: 149 k
Installed size: 313 k
Is this ok [y/N]: y
... (생략)
Installed:
  unzip.x86_64 0:6.0-2.el6_6                                          

Complete!

3 확인 2[ | ]

[root@zetawiki ~]# unzip
UnZip 6.00 of 20 April 2009, by Info-ZIP.  Maintained by C. Spieler.  Send
bug reports using http://www.info-zip.org/zip-bug.html; see README for details.
...
  unzip -p foo | more  => send contents of foo.zip via pipe into program more
  unzip -fo foo ReadMe => quietly replace existing ReadMe if archive file newer
[root@zetawiki ~]# rpm -qa | grep unzip
unzip-6.0-2.el6_6.x86_64
[root@zetawiki ~]# yum list unzip
... (생략)
Installed Packages
unzip.x86_64                     6.0-2.el6_6                     @base

4 같이 보기[ | ]

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