install java_2

Suzanne Payne yellowdog-newbie@lists.terrasoftsolutions.com
Fri, 14 Feb 2003 09:27:12 -0000


--On Friday, February 14, 2003 9:31 am +1000 Ray Lacgalvs <admin@rayza.biz> 
wrote:

> [raiyza@localhost raiyza]$ tar -zxfv cadaver.dmg.gz
> tar (child): v: Cannot open: No such file or directory
> tar (child): Error is not recoverable: exiting now
> tar: Child returned status 2
> tar: cadaver.dmg.gz: Not found in archive
> tar: Error exit delayed from previous errors
> [raiyza@localhost raiyza]$
>
> [raiyza@localhost raiyza]$ tar -zxvf cadaver.dmg.gz
> [raiyza@localhost raiyza]$

Ah...read your email properly this time!  Your file isnt' a tar archive, 
it's only gzipped.

gunzip cadaver.dmg.gz

That then will leave a file called cadaver.dmg which, IIR is actually a 
MacOSX image file.  I wasn't aware that .dmg was a linux thing.  Though I 
could be wrong...

Suzanne