[REBOL] Re: [REBOL]
From: nitsch-lists:netcologne at: 19-May-2002 20:48
Hi Anton
Am Sonntag, 19. Mai 2002 15:47 schrieb Anton:
> I would like to install this on red hat linux.
>
> http://www.rebol.com/beta-versions.html
> http://www.reboltech.com/downloads/view1205042.gz
>
> I haven't been able to figure out how to unpack it,
> though. What command line did you guys use?
> I tried tar and gzip, and they both say it's corrupt
> or wrong format, so I tried downloading again.
>
tar -xzf file
fails because tar collects multiple files.
called *.tar.gz or *.tgz .
the beta is only one file. use
gunzip file
or "gzip -d file".
then "chmod u+x view1205042" (make runnable).
and "./view1205042".
should run (suse here).
> Anton.
Good luck :)
Volker