Is it possible to extract recent Fedora rpms?

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#16 Post by mikeb »

perhaps this will help - ttuuxxx's xarchiver.pet
the same applies...the use of 7z would still be required...using xarchiver to unpack packages is pretty manual.

mike

User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

How to extract a recent Fedora rpm

#17 Post by Sit Heel Speak »

Probably a year too late to do any good, but, to extract

ftp://fr2.rpmfind.net/linux/fedora/deve ... 5.i686.rpm

I found that

Code: Select all

rpm2cpio 'hugin-2010.2.0-1.fc15.i686.rpm' | cpio -idmv
works.

Post Reply