Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Dec 2004 00:10:35 +0100
From:      "Daniel S. Haischt" <me@daniel.stefan.haischt.name>
To:        Leon <leonmk@optonline.net>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: tarball
Message-ID:  <41CCA1EB.7010005@daniel.stefan.haischt.name>
In-Reply-To: <000601c4ea0b$3f353d10$a23db918@D1TWQX41>
References:  <000601c4ea0b$3f353d10$a23db918@D1TWQX41>

next in thread | previous in thread | raw e-mail | index | archive | help


Leon schrieb:
> Hi,
> 
> What is the "tarball"?

for example that's a tarball:

/usr/ports/distfiles/samba-3.0.9.tar.gz

actually it is 'gzipped' to shrink its size.

> How can I extract it?

a standard tarball:

  > tar xpvf my-tarball.tar

a gzipped tarball:

  > tar xpvfz my-tarball.tar.gz

a bzipped tarball:

  > tar xpvfj my-tarball.tar.bz2

> Where I can extract it from?
> 
> Thanks,
> Leon.
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> 
> !DSPAM:41cc9dca320125380216915!
> 
> 

-- 
Mit freundlichen Gruessen / With kind regards
Daniel S. Haischt

Wan't a complete signature??? Type at a shell prompt:
$ > finger -l haischt@daniel.stefan.haischt.name



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41CCA1EB.7010005>