1832702 Members
2614 Online
110043 Solutions
New Discussion

Are depot files????

 
John B Goode
Advisor

Are depot files????

Are depot files compressed? like filename.depot? is that compressed?
3 REPLIES 3
Karthik S S
Honored Contributor

Re: Are depot files????

No they are not compressed. A simple "tar tvf *.depot" can list you the content of that file.

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Steven E. Protter
Exalted Contributor

Re: Are depot files????

As Patrick Walleck taught me earlier, .depot files are ascii and they are not compressed.

You can compress them.

If you download a patch its not a depot file, you have to unshar it

sh PHKL_18543

creates
PHKL_18543.depot
PHKL_18543.text


if you download one thats filename.depot.gz that has been gzipped and must be unzipped prior to use. gunsip filename.depot.gz

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Michael Tully
Honored Contributor

Re: Are depot files????

Following on from your other post, if run the procedure like this, you should be successful.

# sh PHSS_12345

This produces a depot file and text file extract. You can then use 'swinstall' to install it.

# swinstall -s PHSS_12345 \*
or interactively
# swinstall
Anyone for a Mutiny ?