Unpack encrypted zip: "need PK compat. v5.1 (can do v4.6)"

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1483
Joined: Fri Aug 29, 2003 8:39 pm

Unpack encrypted zip: "need PK compat. v5.1 (can do v4.6)"

Post by ^rooker »

[PROBLEM]
I tried to unpack an encrypted .zip file:

Code: Select all

unzip <zipfile.zip>
I was asked for the password, and entered it correct, but was greeted with the following error:
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>"
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply