unzip
will often output helpful information on why a zip will not decompress.zipdetails -v
will provide in-depth information on the values present in the various fields of the format.zipinfo
lists information about the zip file's contents, without extracting it.zip -F input.zip --out output.zip
and zip -FF input.zip --out output.zip
attempt to repair a corrupted zip file.