2022년 10월 21일 금요일

[ubuntu에서 unzip 갑자기 안될때, 대용량 압축 해제의 경우] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive

  • 에러 발생한 커맨드
    • unzip abc.zip
  • 에러 메세지
    • Archive: abc.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of DIETClassifier-openlab.zip or DIETClassifier-openlab.zip.zip, and cannot find abc.zip.ZIP, period
  • 해결방법
    • jar 패키지 설치
      • sudo apt-get install fastjar
    • jar 이용해서 압축 풀기
      • jar xvf abc.zip

댓글 없음:

댓글 쓰기