Operating System - HP-UX
1753967 Members
7584 Online
108811 Solutions
New Discussion юеВ

Re: Version of unzip provided by HP?

 
SOLVED
Go to solution
Leam Hall
Frequent Advisor

Version of unzip provided by HP?

I've looked at the threads that link to 3rd party unzip. Is there an unzip provided by HP? Otherwise I can't install it.
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: Version of unzip provided by HP?

Hi:

The utility can be obtained from the HP-UX Porting Centre but is not otherwise a part of the standard HP-UX release. Software from the center is installed in '/usr/local' and is packaged to be installed by the standard SD tools. This means that you will see the software in standard 'swlist' probes.

Regards!

...JRF...
Horia Chirculescu
Honored Contributor

Re: Version of unzip provided by HP?

Porting page:

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

Horia.
Best regards from Romania,
Horia.
Steven Schweda
Honored Contributor

Re: Version of unzip provided by HP?

> Is there an unzip provided by HP?

Ask HP?

> [...] Otherwise I can't install it.

Ask the fellow who set that (brilliant)
policy how you should get your work done?

You may be able to use the Java "jar"
program from an HP-supplied Java kit.
Steven Schweda
Honored Contributor
Solution

Re: Version of unzip provided by HP?

> You may be able to use the Java "jar"
> program from an HP-supplied Java kit.

For example:

dyi # unzip6 -l fred.zip
Archive: fred.zip
Length Date Time Name
--------- ---------- ----- ----
80 03-06-2008 03:53 vat.c
--------- -------
80 1 file

dyi # /opt/java6/bin/jar tvf fred.zip
80 Thu Mar 06 03:53:04 CST 2008 vat.c


I haven't tested it, but I'd expect problems
with large (>2GB) files/archives. For help:

jar --

find /opt -name jar