On Thu, 12 Dec 2002 01:36:42 -0700
"Alex Teslik" <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> After searching the ports and google, I'm stumped. How can I unpack a .deb on
> FreeBSD?

Debian packages are ar(chives) containing gzipped tarballs.
Having said this, ar x $DEB data.tar.gz extracts the data part of the archive,
ar x $DEB the whole archive.

- Joerg

> 
> Thanks,
> Alex
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to