Bir zip dosyasını açmaya çalışıyorum ancak bir hata oluştu:
$ unzip COCR2_100.zip
Archive: COCR2_100.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.
note: COCR2_100.zip may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of COCR2_100.zip or
COCR2_100.zip.zip, and cannot find COCR2_100.zip.ZIP, period.
Googled ama bir çözüm bulamadım. Neden olduğunu ve nasıl düzeltmem gerektiğini merak ediyordum? Teşekkürler!
Zip dosyası COCR2_100'den indirilebilir . Bu bir uygulamadır ve burada web sitesi http://users.belgacom.net/chardic/cocr2.html'dir .
İşletim sistemim 10.10.
jar xvf archive.zip
veya arşivi düzeltmek için deneyin zip -F archive.zip -O archive-fixed.zip
(veya -FF
görün man zip
).