Date: Thu, 12 Dec 2002 09:40:08 -0600 From: Dan Nelson <dnelson@allantgroup.com> To: Alex Teslik <alex@acatysmoof.com> Cc: freebsd-questions <freebsd-questions@FreeBSD.ORG> Subject: Re: unpacking .debs on FreeBSD? Message-ID: <20021212154008.GB7232@dan.emsphone.com> In-Reply-To: <20021212083642.M88830@acatysmoof.com> References: <20021212083642.M88830@acatysmoof.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Dec 12), Alex Teslik said: > Hello, > > After searching the ports and google, I'm stumped. How can I unpack a > .deb on FreeBSD? .deb files are just ar archive files, same format as usr/lib/libc.a. You can view the file list with "ar t file.deb", and extract the contents with "ar x file.deb". -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021212154008.GB7232>