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

Re: How do I use dpkg without superuser privileges?



Hello

Travis Crump (<pretzalz@techhouse.org>) wrote:

> Matt Zimmerman wrote:
>> 
>> On Mon, Nov 17, 2003 at 11:02:27AM -0800, Debs Spammagnet wrote:
>> 
>>>I've been trying to de-deb a .deb file without root
>>>permission. I just want to unwrap the file like a tar
>>>file. I DO NOT WANT TO INSTALL IT. I just want to
>>>UNPACK it like i might a TAR file.
>>>
> 
> Well, then use tar. :)
> 
> ar -pf some.deb data.tar.gz | tar xzf -

Or use dpkg:

dpkg -x package .

will extract the deb (with paths) to the current dir.

best regards
        Andreas Janssen

-- 
Andreas Janssen
andreas.janssen@bigfoot.com
PGP-Key-ID: 0xDC801674
Registered Linux User #267976



Reply to: