Intento descomprimir un archivo zip, pero recibí un error:
$ 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.
Busqué en Google pero no encontré una solución. Me preguntaba por qué es y cómo debería solucionarlo. ¡Gracias!
El archivo zip se puede descargar desde COCR2_100 . Es una aplicación, y aquí está su sitio web http://users.belgacom.net/chardic/cocr2.html .
Mi sistema operativo es 10.10.
jar xvf archive.zip
, o intente arreglar el archivo con zip -F archive.zip -O archive-fixed.zip
(o -FF
, vea man zip
).