Page 1 of 1

unrpm does't work

Posted: Sun 13 Mar 2011, 02:18
by rincon155
I am new to Puppy Linux and trying to download packages. Every time I do it I get an error message indicating to install unrpm.pup. But I checked in My-applications/bin and unrpm is there. How can I activate it? Thank you.

Posted: Wed 16 Mar 2011, 04:17
by GustavoYz
You have to place in the rpm directory and open a terminal (In Rox, open the dir with the rpm inside, right click on an empty area and choose Window > Terminal Here to open urxvt).
Then, just write this and hit enter:

Code: Select all

unrpm thePackageName.rpm
. Replace 'thePackageName.rpm' with the real name and you'll extract the content of that package to the same directory (as if it were a tar.gz).

Note that you can't install rpm on the same way that you install .debs packages.

Hope this helps.

Posted: Wed 16 Mar 2011, 06:32
by disciple
But sometimes unrpm fails.
I actually found a command which succeeded when unrpm failed a few weeks back... but I can't find it now :(
Every time I do it I get an error message indicating to install unrpm.pup. But I checked in My-applications/bin and unrpm is there.
Is My-applications/bin still in the path these days? If you run `unrpm` in a terminal, what happens?

Posted: Thu 17 Mar 2011, 12:54
by rincon155
Thank you GustavoYZ and disciple. I 'll do it this week end.

Posted: Fri 18 Mar 2011, 04:13
by GustavoYz
@disciple: You could use PeaZip also...

Posted: Fri 18 Mar 2011, 13:40
by rincon155
GustavoYz wrote:@disciple: You could use PeaZip also...
I just downloaded the portable version and it seems an excellent resource. Thank you!!!