Provo a decomprimere un file zip, ma ho ricevuto un errore:
$ 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.
Ho cercato su Google ma non ho trovato una soluzione. Mi chiedevo perché sia e come dovrei ripararlo? Grazie!
Il file zip può essere scaricato da COCR2_100 . È un'applicazione, ed ecco il suo sito web http://users.belgacom.net/chardic/cocr2.html .
Il mio sistema operativo è 10.10.
jar xvf archive.zip
o prova a riparare l'archivio con zip -F archive.zip -O archive-fixed.zip
(o -FF
, vedi man zip
).