Operating System - HP-UX
1752790 Members
6529 Online
108789 Solutions
New Discussion юеВ

Re: gunzip: p4163445.zip: unknown suffix -- ignored

 
SOLVED
Go to solution
Frank de Vries
Respected Contributor

gunzip: p4163445.zip: unknown suffix -- ignored

I downloaded a patchbundle from Oracle metalink
for HPUX 11.00 (64bit),
and the file has an extension .zip

I first thought I had to open it with
winzip on windows and there would be a .tar
or something in it. No , winzip did not
recognize it.

Then I tried it on unix with gunzip,
also no joy.

Hmmm, what could it be ..

[root@orasrv2:]/CDROM<>>> ll *zip
-r-xr-xr-x 1 -1 -1 340335424 Jan 16 17:13 p4163445.zip
[root@orasrv2:]/CDROM<>>> gunzip p4163445.zip
gunzip: p4163445.zip: unknown suffix -- ignored
[root@orasrv2:]/CDROM<>>>

Look before you leap
7 REPLIES 7
Pete Randall
Outstanding Contributor

Re: gunzip: p4163445.zip: unknown suffix -- ignored

Frank,

You could try renaming it to a ".gz" suffix. If that doesn't work, try the attached unzip.


Pete

Pete
Fabio Ettore
Honored Contributor

Re: gunzip: p4163445.zip: unknown suffix -- ignored

Hi,

Pete is right and you should get unzip tool in order to uncompress that file. That is the reason about - unknown suffix - in gunzip.


Good luck.

Best regards,
Fabio
WISH? IMPROVEMENT!
Frank de Vries
Respected Contributor

Re: gunzip: p4163445.zip: unknown suffix -- ignored

Ok, where do I get the unzip tool ?
Pete: I don't understand your .null file
Look before you leap
Mark Nieuwboer
Esteemed Contributor

Re: gunzip: p4163445.zip: unknown suffix -- ignored

Frank he means.
mv p4163445.zip to p4163445.gz
then try to gunzip
make a copy first.
or do cp p4163445.zip p4163445.gz

grtz. Mark
Frank de Vries
Respected Contributor

Re: gunzip: p4163445.zip: unknown suffix -- ignored

I found this and it worked:

"If you don't have access to an unzipping utility, you can use the jar command, included in the "bin" directory of the Java 2 SDK or JDK, as long as it is reachable from your executable path. "

% jar xvf jndi1_2-bin.zip

Very confusing isn't it,
a jar that does zip !!
Look before you leap
Fabio Ettore
Honored Contributor
Solution

Re: gunzip: p4163445.zip: unknown suffix -- ignored

Frank,

you can obtain the unzip tool here:

http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.52/


After installing it then launch

unzip p4163445.zip


HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
Pete Randall
Outstanding Contributor

Re: gunzip: p4163445.zip: unknown suffix -- ignored

Frank,

Try here for unzip:

http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.52/


Pete

Pete