1748053 Members
4597 Online
108758 Solutions
New Discussion юеВ

Re: *.zip file

 
SOLVED
Go to solution
rustam_2
Super Advisor

*.zip file

I got to my HP-UX server *.zip file, where is Install file(Patches for Oracle). How can i open *.zip file?
15 REPLIES 15
Viveki
Trusted Contributor
Solution

Re: *.zip file

you can use gunzip for this puepose. 'gunzip -d'.

Also there is a third party patch for the same. (I couldnt recollect the same)

Or just unzip the same in your PC using winzip and transfer to the system.
Viveki
Trusted Contributor

Re: *.zip file

Please find the link from which you can download the Zip utility.
http://hpux.connect.org.uk/hppd/hpux/Misc/zip-3.0/

You can also download the unzip utility from the below link

http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.52/
Dennis Handly
Acclaimed Contributor

Re: *.zip file

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

>Viveki: you can use gunzip for this purpose.

gunzip may work in some cases but best to get the real thing.
rustam_2
Super Advisor

Re: *.zip file

Thanks, Viveki
i have installed unzip-6.0-ia64-11.31 software, but tar's syntax doesnt work, maybe i do something wrong.
Which command i have to run?
gstonian
Trusted Contributor

Re: *.zip file

You can also use Java 1.4 to unzip if you have it.

/opt/java1.4/bin/jar -xvf
rustam_2
Super Advisor

Re: *.zip file

Thanks, Viveki and Dennis Handly
i have installed unzip-6.0-ia64-11.31 software, but tar's syntax doesnt work, maybe i do something wrong.
Which command do i have to run?
Viveki
Trusted Contributor

Re: *.zip file

Hi Rustam,

The command is

#/usr/local/unzip

The full manpage is avaialble at:
http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.52/man.html
rustam_2
Super Advisor

Re: *.zip file

Gstonian
i've done like this /opt/java1.4/bin/jar -xvf filename.zip

And it is creating a lot of catalogs Disk1\Stage\Patches\....
about 1000 rows and files were extracted, can i delete this extracted catalogs...
rustam_2
Super Advisor

Re: *.zip file

thanks for everybody. I got and have done.