Opps, it should be:
> gzip -dc install643_linux_intel.tar.gz | tar xvf -

Solaris (amd other comercial Unixes) continue the trend of adopting more and more "open source" software.
gzip is always installed on Solaris (8 or later).
The GNU tar and other utilities are an optional install for Solaris and are availablle with the Solaris CDs with the "Software Companion" cd.
The contents of the companion CD are installed at /opt/sfw/ (i.e. /opt/sfw/bin/gtar, ...).

The contents of the companion CD for Solaris is also available from the web at:
http://www.sunfreeware.com/companioncd.html
Many other "FreeWare" for Solaris are available at:
http://www.sunfreeware.com/

Older Solaris versions of "gzip" can be downloaded from:
* Solaris 2.5.1
http://www.sunfreeware.com/solaris_2.5_list.html#gzip
* Solaris 2.6
http://www.sunfreeware.com/programlist.html#gzip
* Solaris 7:
http://www.sunfreeware.com/programlistsparc7.html#gzip

--
---
Gal Shalif. Staff Engineer.
Engineering, Sun Developer Network Group, Israel
MDE primary contact for Amdocs engineering at Israel [EMAIL PROTECTED]
Office at Israel: +972-9-9711256 x/12256
Mobile: +972 55 243285
Fax: +972-9-9711222



Gilad Ben-Yossef wrote:

Ahalan,

On Sun, 2002-12-01 at 19:01, Gal Shalif - Sun Israel - Software Engineer
wrote:


The "z" option is specific to GNU tar and will not work with the default "tar" on Solaris.
I would suggest a replacement of:
> tar cvzf install643_linux_intel.tar.gz
With:
> gzip -dc install643_linux_intel.tar.gz | tar xvf install643_linux_intel.tar.gz

I do believe you meant
# gzip -dc install643_linux_intel.tar.gz | tar xv

Besdies, AFAIK Solaris doesn't come with gzip (but I might be wrong
here, been ages since I've done Solaris) either, so maybe the best
solution is really

# gtar zxvf tarball.tar.gz

Just my 2c,
Gilad.




לענות