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?
feedback
|
This question came from our site for professional and enthusiast programmers.
|
DiskInternals ZIP Repair works perfectly under Wine it's saved me in the past. | |||
feedback
|
|
I'm not aware of a program that will do a better job repairing the archive though. You might try
just to see if maybe you can extract some of the files safely, or figure out which files in the archive are corrupt. | |||
feedback
|
|
try this
This will scan the corrupted zip archive and make a new one eliminating the errors. As a result you will get a new zip file. Then simply run this command.
Hope this helps. | |||
|
feedback
|