파일을 압축 해제하려고 시도 중이므로 다음 명령을 시도해보십시오.
그러나 이것은 Ubuntu 서버 최신 릴리스입니다.
user@serverubuntu:~/minecraft/server$ ls
rtk.zip
user@serverubuntu:~/minecraft/server$ sudo unzip rtk.zip
sudo: unzip: command not found
user@serverubuntu:~/minecraft/server$
내가 sudo없이 시도하면 나는 이것을 얻는다.
user@serverubuntu:~/minecraft/server$ unzip rtk.zip
Sorry, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/command-not-found/+filebug
Please include the following information with the report:
command-not-found version: 0.3
Python version: 3.2.3 final 0
Distributor ID: Ubuntu
Description: Ubuntu 12.10
Release: 12.10
Codename: quantal
Exception information:
unsupported locale setting
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/CommandNotFound/util.py", line 24, incrash_guard
callback()
File "/usr/lib/command-not-found", line 69, in main
enable_i18n()
File "/usr/lib/command-not-found", line 40, in enable_i18n
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python3.2/locale.py", line 541, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
advace에 감사합니다
편집-내가 찾은 zip 파일이 손상되었습니다.
압축을 풀 때 방금 설치하여 다시 가져 왔습니다. user @ serverubuntu : ~ / minecraft / server $ unzip rtk.zip 아카이브 : rtk.zip 중앙 디렉토리 끝 서명을 찾을 수 없습니다. 이 파일은 zip 파일이 아니거나 여러 부분으로 구성된 아카이브의 디스크 하나를 구성합니다. 후자의 경우 중앙 디렉토리와 zipfile 주석은이 아카이브의 마지막 디스크에서 찾을 수 있습니다. unzip : rtk.zip 또는 rtk.zip.zip 중 하나에서 zipfile 디렉토리를 찾을 수없고 rtk.zip.ZIP 기간을 찾을 수 없습니다. user @ serverubuntu : ~ / minecraft / server $
—
Valkyrie0512
@ Valkyrie0512, End-of-central-directory 디렉토리는 zip이 유효하지 않음을 의미합니다. 다시 다운로드하면 잘 될 것입니다.
—
Matt
unzip
설치되어 있습니까? 그렇지 않다면,sudo apt-get install unzip