Operating System - HP-UX
1748145 Members
3559 Online
108758 Solutions
New Discussion

Re: how to extract .zip file?

 
SOLVED
Go to solution
fizan
Super Advisor

how to extract .zip file?

-r-xr-xr-x 1 oracle10 orainst 1641826103 Mar 04 2009 p5337014.zip

i want to unzip in the .zip file in unix server, so i dont have the unzip utility installed, so i downloaded unzip_hpx32.z utility . is it right way? to extract .zip file?
11 REPLIES 11
fizan
Super Advisor

Re: how to extract .zip file?

i have downloaded from this url http://updates.oracle.com/unzips/unzips.html.

kindly advice me on this.
Sunil Sheoran
Frequent Advisor

Re: how to extract .zip file?

Hi,
You can download form the below link select your proper os version & server type.

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

Regds
Sunil
Suraj K Sankari
Honored Contributor

Re: how to extract .zip file?

Hi,

Did you tried with gunzip -d p5337014.zip
if it's not work then

Download this utility from below link

http://www.info-zip.org/UnZip.html

and from where you download your "p5337014.zip" file that link is giving error.

see the attached jpg file


Suraj
fizan
Super Advisor

Re: how to extract .zip file?

suraj,

our oracle team has got acces and they downloaded and its now in hp-box inside /tmp dir. but the ting is jusy they have right click on tat utility and downloaded and saved the file, so no binary transfer or anyting direct save option. so any error ill come while installing..
Sunny123_1
Esteemed Contributor
Solution

Re: how to extract .zip file?

Hi

Use jar utility

/opt/java1.4/bin/jar -xvf


Regards
Sunny
TTr
Honored Contributor

Re: how to extract .zip file?

Since oracle started to provide their patches in zip format, they also provided a zip/unzip utility. All newer oracle installations have the utility in $ORACLE_HOME/bin. Look in there, most likely you will find it.
Yogesh M Puranik
Valued Contributor

Re: how to extract .zip file?


Hi ,


U can use ,

#compress -d "file name"



Rgds
Yogesh
(Your Points arehighly appritiated)
Steven Schweda
Honored Contributor

Re: how to extract .zip file?

> i have downloaded from this url
> http://updates.oracle.com/unzips/unzips.html.

Did you read the "Instructions to install
UnZip on UNIX platforms" on that page?

> Did you tried with gunzip -d p5337014.zip

Often not useful.

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

> http://www.info-zip.org/UnZip.html

I'd tend to use the less obsolete UnZip 6.0
directly from info-zip.org, but you would
need some kind of C compiler to build it from
a source kit. On the other hand, one might
expect that the (older) programs distributed
by Oracle would be adequate for handling
patch kits distributed by Oracle. (So long
as they're smaller than 2GB.)
TopperHarley
New Member

Re: how to extract .zip file?


@Sunny123_1 wrote:
/opt/java1.4/bin/jar -xvf

 

Thanks, this one was most useful :smileyhappy:

 

Best regards,

Jan