Error while unzipping: need PK compat. v5.1 (can do v4.6)
I am getting this error while unzipping a file how unzip it
c0mrad3@dinp:~/output/zip$ unzip 00000018.zip
Archive: 00000018.zip
skipping: secret.txt need PK compat. v5.1 (can do v4.6)
Solution 1:
Try installing 7z sudo apt-get install p7zip-full
and then extract the file with it 7z x 00000018.zip