This is a discussion on decompres .depot within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> How to decompress a file .depot whithout be root? -- Ôrel "Un grain de maïs a toujours tort devant ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Aur?lien LAJOIE <orel+news@melix.net> wrote: |How to decompress a file .depot whithout be root? .depot files are tar archives. It is possible to get the files out of one with 'tar xvf some.depot'. The files that tar unpacks may also be compressed with compress or gzip. You would need to uncompress them. A normal swinstall will run control scripts as part of the install and configure. You might have to study those scripts to see how to configure in your own installation directory. -- Mike Stroyan, mike.stroyan@hp.com |