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)
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)
Try installing 7z sudo apt-get install p7zip-full and then extract the file with it 7z x 00000018.zip
7z x datafile.zip -aoa -p$3CR37 with success. Argument -p****** is the password, -aoa allows extraction over any existing local files.
– roblogic
Nov 04 '16 at 03:45