> > to extract things.
> > 
> >     - G.
> 
> That wokrs :-) Never seen that command, but I still
> need repair rpm though. Aleast I may be able to
> install other versions of rpm this way.

Well something like

cat filename.rpm | rpm2cpio | cpio -idv "./path/to/your/file/filename" 

(or leave out the file pattern if you want to extract everything)

should do the trick. :)

         - G.
         

Reply via email to