[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Problems Installing Mailscanner & Sophos
- Subject: Re: [cobalt-users] Problems Installing Mailscanner & Sophos
- From: Henning Weier <hweier@xxxxxxxxxx>
- Date: Mon Jul 8 06:31:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hello Declan!
Am Mon, 2002-07-08 um 14.49 schrieb Achieve Website Design:
> (2) I wget(ed)
> http://www.sophos.com/downloads/products/sophos_files/full/linux.intel.libc6
> .tar.Z
> However, when I try to untar using, tar -xf linux.intel.libc6.tar.Z, I
> receive an error message.
AFAIK, .Z files are compressed. You can uncompress them using
"uncompress <filename>.Z". After that you should be able to untar it.
You could also try (I think it works, but I haven't checked it) whether
you can use the shortcut "tar -xzf <filename>.tar.Z". The "z" option
means that the archive is packed. I know it works with gzipped files and
I think it also works with compressed files.
HTH
Henning