- 다른 뜻에 대해서는 CentOS unzip 설치 문서를 참조하십시오.
- 우분투 unzip 설치
- The program 'unzip' is currently not installed. You can install it by typing:
- apt-get install unzip
1 확인[ | ]
Console
Copy
root@zetawiki:~# unzip
Command 'unzip' not found, but can be installed with:
apt install unzip
2 설치[ | ]
Console
Copy
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[ | ]
Console
Copy
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 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.