James Don wrote: > Sorry, > Not really a topic for this group but ... > > how do i un-pack an rpm without installing it? Use "rpm2cpio" to produce a cpio archive, and then use cpio to extract it. "rpm2cpio <rpm> | cpio -id" works for me. --Mark ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/