Operating System - HP-UX
1819681 Members
3459 Online
109605 Solutions
New Discussion юеВ

How to unzip custom patch file created as patches.zip

 
SOLVED
Go to solution
Helen Herring
Frequent Advisor

How to unzip custom patch file created as patches.zip

I selected several patches and then downloaded all the patches as a bundle. File was created as a .zip file. How do I unzip the file. Will a .depot file then be created?
4 REPLIES 4
Leif Halvarsson_2
Honored Contributor

Re: How to unzip custom patch file created as patches.zip

Hi,
Use "gunzip " to unzip the file.

Use sh to extract the .depot file.
Sridhar Bhaskarla
Honored Contributor
Solution

Re: How to unzip custom patch file created as patches.zip

Hi,

You would have selected "gzip" format while downloading the patches so that you can gunzip to uncompress them.

Since it is in zip format, I would suggest to use either windows pkunzip or winzip to extract the files on your windows system. Ftp the files back to your server into a seperate directory. You can notice a script called create_depot_hp-ux_11 along with the patches in the zip file. Run the script and it will copy the indivicual patches into a depot from which you can easily install the patches.

There is a README file also supplied with this zip file. Go through it for more details.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Helen Herring
Frequent Advisor

Re: How to unzip custom patch file created as patches.zip

Yes, I just found out the gunzip did not work. Received the following:
gunzip: patches.zip: unknown suffix -- ignored
That sounds like alot of trouble. I will just download again. I figured there would be a command on unix server to unzip the file.
Thanks,
H.Merijn Brand (procura
Honored Contributor

Re: How to unzip custom patch file created as patches.zip

Zip/Unzip is also available for unix. Precompiled HP-UX binaries available on my ITRC page: https://www.beepz.com/personal/merijn/#Downloads
Enjoy, Have FUN! H.Merijn