Unpack encrypted zip: "need PK compat. v5.1 (can do v4.6)"
Posted: Thu Nov 01, 2012 9:16 pm
[PROBLEM]
I tried to unpack an encrypted .zip file:
I was asked for the password, and entered it correct, but was greeted with the following error:
[SOLUTION]
Thanks to a thread on ubuntuforums.org, I had a workaround in a few minutes:
Install the package "p7zip-full" and use the the 7zip archiving tool instead of "unzip":
I tried to unpack an encrypted .zip file:
Code: Select all
unzip <zipfile.zip>
skipping: filename.xxx need PK compat. v5.1 (can do v4.6)
[SOLUTION]
Thanks to a thread on ubuntuforums.org, I had a workaround in a few minutes:
Install the package "p7zip-full" and use the the 7zip archiving tool instead of "unzip":
Code: Select all
"7z e <zipfile.zip>"