1823910 Members
3527 Online
109666 Solutions
New Discussion юеВ

Depot Storage Format

 
Mark Hess_3
New Member

Depot Storage Format

This should be an easy one - Can someone enlighten me on the 'depot' file storage format. I have a few applications that are stored as .depot.gz. The gunzip part is simple, but I'm not familiar with depot and how to extract files from this resulting file.

Thanks - Mark
2 REPLIES 2
Patrick Wallek
Honored Contributor

Re: Depot Storage Format

You install "*.depot" files with swinstall. You generall don't have to manually do anything other than invoke swinstall and point it the *.depot files ('man swinstall' for more details).

If you need to extract a file out of a depot, then you can use tar. If you want to see the contents of a depot you can try 'tar -tvf depotfilename'.
Mark Hess_3
New Member

Re: Depot Storage Format

Thanks - such a simple solution!

Mark