Brian K Servis wrote: > The only way I know is to use ar to pull the data.tar.gz from the .deb > and then untar the file from that. > > ar -x <file>.deb data.tar.gz > tar zxvf data.tar.gz <ONE-FILE> > rm data.tar.gz > > There may be others?
Well, this gets rid of the temp files: ar p file.deb data.tar.gz | tar zxf - filename -- see shy jo -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .