up vote 3 down vote favorite

I've a corrupt zip file. I've tried to repair it with

zip -F file.zip

and

zip -FF file.zip

but was not successful. Is there another terminal tool under Linux for repairing?

flag

50% accept rate
Maybe the file is FUBR? – LiraNuna Aug 30 '09 at 1:30

migrated from stackoverflow.com

2 Answers

up vote 1 down vote

DiskInternals ZIP Repair works perfectly under Wine it's saved me in the past.

link|flag
up vote 0 down vote

I'm not aware of a program that will do a better job repairing the archive though.

You might try

unzip -vt file.zip

just to see if maybe you can extract some of the files safely, or figure out which files in the archive are corrupt.

link|flag
thanks for the hint, but i get the same result as with "zip -F" :( – Sirakov Aug 13 '09 at 21:33

Your Answer

get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.