Computing.Net > Forums > Unix > extract zip file(HPUX)

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

extract zip file(HPUX)

Reply to Message Icon

Name: sharathkv
Date: March 4, 2004 at 01:52:57 Pacific
OS: HPUX
CPU/Ram: 512
Comment:

Hi,

When I use the command :

$tar xvpf Components.zip

I get "Directory Checksum Error" message.

I tried using :

$gzip -d -S .zip Components.zip

Still no good.

I tried :

$tar -x Components.zip

I get the message "tar: cannot open /dev/rmt/0m" message.


There are no "utar" or "untar" or "unzip"
commands on the System.


How do I extract the contents of a zip file?

thanks
sharath



Sponsored Link
Ads by Google

Response Number 1
Name: thepubba
Date: March 4, 2004 at 09:27:42 Pacific
Reply:

If java is installed, try using:

jar xvf Components.zip

Jerry


0

Response Number 2
Name: David Perry
Date: March 5, 2004 at 09:48:36 Pacific
Reply:

You need to install "unzip". Have a look at this page.

http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.50/


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: extract zip file(HPUX)

Take Read only off .zip files www.computing.net/answers/unix/take-read-only-off-zip-files/4914.html

Extracting File names www.computing.net/answers/unix/extracting-file-names/4597.html

Zipping files recursively www.computing.net/answers/unix/zipping-files-recursively/6263.html