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
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message
