>> "BW" == Brant Wells <[EMAIL PROTECTED]> writes: BW> When I go to unzip it (using gzip -d), I get an error saying that the BW> file is not a GZipped file...I downloaded it with Netscape 4.5 (which BW> thank God installed flawlessly...)
Netscape does gunzip it during download. You now have a tar file.
tar xvf filename
to untar it.
Ciao,
Martin

