[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: extract only PART of an archive



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
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: