Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
17
rated 0 times [  17] [ 0]  / answers: 1 / hits: 16717  / 2 Years ago, tue, may 24, 2022, 12:51:55

I have a password protected zip file which was created in Windows. When I am trying to extract the same file under Ubuntu I get the error need PK compat. v5.1 (can do v4.6). Any idea how to proceed?


More From » 11.10

 Answers
2

According to this thread you can use 7z for this. First install p7zip-full package with:



sudo apt-get install p7zip-full


Then either use the GUI or extract the archive with this command:



7z e /path/to/file


or



7z x /path/to/file


(second one preserves directory structure).


[#42040] Wednesday, May 25, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itchlos

Total Points: 486
Total Questions: 115
Total Answers: 110

Location: Macau
Member since Fri, Apr 28, 2023
1 Year ago
;