[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gunzip: ae_962.orig.tar.gz: not in gzip format



on Thu, Jul 26, 2001 at 05:40:21PM -0400, Andrew Dixon (andrew.dixon@seranoa.com) wrote:
> Hi All,
> I just downloaded the source to ae from the Debian home page and when I
> try to untar it I get the following error:
> 
> dixon@rowling:~$ tar -zxvf ae_962.orig.tar.gz 
> 
> gzip: stdin: not in gzip format
> tar: Child returned status 1
> tar: Error exit delayed from previous errors
> dixon@rowling:~$ 
> 
> I also tried to just gunzip it but I'm having no luck there either:
> 
> dixon@rowling:~$ gunzip ae_962.orig.tar.gz 
> 
> gunzip: ae_962.orig.tar.gz: not in gzip format
> 
> 
> Anybody know what's going on here?  Alternatively does anyone know where
> I can find the source for ae?

Try:

    $ file ae_962.orig.tar.gz

...which will guess at the file type from various characteristics.  You
can also try running 'head' or 'dd' of a few bytes of a file -- output
may or may not be messy, but you can see the raw data yourself.

    $ head -10 file
    $ dd if=file count=1 bs=1024

Source for ae:

    $ man apt-get
    $ apt-get source ae

Cheers.

-- 
Karsten M. Self <kmself@ix.netcom.com>    http://kmself.home.netcom.com/
 What part of "Gestalt" don't you understand?       There is no K5 cabal
  http://gestalt-system.sourceforge.net/         http://www.kuro5hin.org
   Are these opinions my employer's?  Hah!  I don't believe them myself!

Attachment: pgpbj3RH7odyG.pgp
Description: PGP signature


Reply to: