"우분투 unzip 설치"의 두 판 사이의 차이

(새 문서: ;우분투 unzip 설치 ==확인== <source lang='console'> root@zetawiki:~# unzip The program 'unzip' is currently not installed. You can install it by typing: apt-get install unzip...)
 
 
(같은 사용자의 중간 판 5개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{다른뜻|CentOS unzip 설치}}
;우분투 unzip 설치
;우분투 unzip 설치
;<nowiki>The program 'unzip' is currently not installed. You can install it by typing:</nowiki>
;apt-get install unzip


==확인==
==확인==
<source lang='console'>
<source lang='console'>
root@zetawiki:~# unzip
root@zetawiki:~# unzip
The program 'unzip' is currently not installed. You can install it by typing:
 
apt-get install unzip
Command 'unzip' not found, but can be installed with:
 
apt install unzip
</source>
</source>


==설치==
==설치==
<source lang='console'>
<source lang='console'>
root@zetawiki:~# apt-get install unzip
root@zetawiki:~# apt install unzip
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Building dependency tree       
18번째 줄: 23번째 줄:
The following NEW packages will be installed:
The following NEW packages will be installed:
   unzip
   unzip
0 upgraded, 1 newly installed, 0 to remove and 40 not upgraded.
0 upgraded, 1 newly installed, 0 to remove and 77 not upgraded.
Need to get 157 kB of archives.
Need to get 167 kB of archives.
After this operation, 395 kB of additional disk space will be used.
After this operation, 558 kB of additional disk space will be used.
... (생략)
Get:1 http://ap-northeast-2.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB]
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Fetched 167 kB in 0s (11.5 MB/s)
Processing triggers for mime-support (3.54ubuntu1.1) ...
Selecting previously unselected package unzip.
Setting up unzip (6.0-9ubuntu1.5) ...
(Reading database ... 99400 files and directories currently installed.)
Preparing to unpack .../unzip_6.0-21ubuntu1_amd64.deb ...
Unpacking unzip (6.0-21ubuntu1) .........................................................]
Processing triggers for mime-support (3.60ubuntu1) ......................................]
Setting up unzip (6.0-21ubuntu1) ...
Processing triggers for man-db (2.8.3-2) ...#################################............]
</source>
</source>


35번째 줄: 45번째 줄:
... (생략)
... (생략)
</source>
</source>
==같이 보기==
*[[CentOS unzip 설치]]
*[[리눅스 unzip]]


[[분류: apt-get]]
[[분류: apt-get]]

2018년 11월 23일 (금) 23:51 기준 최신판

  다른 뜻에 대해서는 CentOS unzip 설치 문서를 참조하십시오.
우분투 unzip 설치
The program 'unzip' is currently not installed. You can install it by typing:
apt-get install unzip

1 확인[ | ]

root@zetawiki:~# unzip

Command 'unzip' not found, but can be installed with:

apt install unzip

2 설치[ | ]

root@zetawiki:~# apt install unzip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  zip
The following NEW packages will be installed:
  unzip
0 upgraded, 1 newly installed, 0 to remove and 77 not upgraded.
Need to get 167 kB of archives.
After this operation, 558 kB of additional disk space will be used.
Get:1 http://ap-northeast-2.ec2.archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB]
Fetched 167 kB in 0s (11.5 MB/s)
Selecting previously unselected package unzip.
(Reading database ... 99400 files and directories currently installed.)
Preparing to unpack .../unzip_6.0-21ubuntu1_amd64.deb ...
Unpacking unzip (6.0-21ubuntu1) .........................................................] 
Processing triggers for mime-support (3.60ubuntu1) ......................................] 
Setting up unzip (6.0-21ubuntu1) ...
Processing triggers for man-db (2.8.3-2) ...#################################............]

3 확인 2[ | ]

root@zetawiki:~# unzip 
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.

Usage: unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]
... (생략)

4 같이 보기[ | ]

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