SliTaz SliTaz Forum

You are not logged in.

#1 2011-08-02 15:01:03

servimo
Member
Registered: 2011-07-04
Posts: 10

In what package I will find rpm2cpio?

In what package I will find rpm2cpio?

I tried to convert a *.rpm and tazpkg says I need rpm2cpio.

My SliTaz is from a USB stick, and when I need a package I install. I am using SliTaz cooking.

The computer where I use SliTaz does not have a Internet connection, so I am not able to found it, or don't know how.

Offline

#2 2011-08-02 15:14:47

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: In what package I will find rpm2cpio?

It's supposed to come with busybox, but it's functionality is broken in Stable and from what you're saying, it's missing in Cooking. What happens when you type busybox rpm2cpio in terminal?

Offline

#3 2011-08-02 15:18:39

servimo
Member
Registered: 2011-07-04
Posts: 10

Re: In what package I will find rpm2cpio?

I will see.

Offline

#4 2011-08-02 15:41:20

servimo
Member
Registered: 2011-07-04
Posts: 10

Re: In what package I will find rpm2cpio?

Nothing happens

Offline

#5 2011-08-02 15:50:26

mojo
Administrator
Registered: 2011-03-29
Posts: 2,173

Re: In what package I will find rpm2cpio?

Cooking:

tux@slitaz:~$ which rpm2cpio

/usr/bin/rpm2cpio

tux@slitaz:~$ ls -la /usr/bin/rpm2cpio

lrwxrwxrwx    1 root     root            17 Jun 22 21:16 /usr/bin/rpm2cpio -> ../../bin/busybox

tux@slitaz:~$ rpm2cpio --help

Command line: rpm2cpio --help

BusyBox v1.18.4 (2011-06-11 20:00:17 CEST) multi-call binary.

Usage: rpm2cpio package.rpm

Output a cpio archive of the rpm file

Offline

#6 2011-08-02 16:02:07

bellard
Administrator
Registered: 2011-03-28
Posts: 657

Re: In what package I will find rpm2cpio?

Broken ? Can you try:

$ rpm2cpio somefile.rpm | cpio -tv

or

$ rpm2cpio < somefile.rpm | cpio -tv

or

$ busybox rpm2cpio < somefile.rpm | cpio -tv

Offline

#7 2011-08-02 16:14:24

servimo
Member
Registered: 2011-07-04
Posts: 10

Re: In what package I will find rpm2cpio?

I was trying to install another sound editor, but it needs practically a gnome desktop, so I give up. I couldn't see if tazpkg will convert a rpm package for now. I will return.

Offline

#8 2011-08-02 16:43:01

servimo
Member
Registered: 2011-07-04
Posts: 10

Re: In what package I will find rpm2cpio?

Ok!!! now worked, don't know what I did before. Thanks!

Maybe it was a problem in the memory of the computer. I installed lot of stuff.

Offline

#9 2011-08-03 22:49:17

servimo
Member
Registered: 2011-07-04
Posts: 10

Re: In what package I will find rpm2cpio?

I will change my question:

when I try to convert a package wine-gecko*.rpm I get this and then a 4.00 Kb file:

[c]rpm2cpio: no gzip/bzip2/xz magic[/c]

I installed gzip and the problem appears again.

If I did it on-line using VirtualBox it access the mirror slitaz.org and I still get a 4.00 Kb file`

Offline

#10 2011-08-04 00:37:33

mojo
Administrator
Registered: 2011-03-29
Posts: 2,173

Re: In what package I will find rpm2cpio?

Wine and wine-gecko on Cooking:

Install wine version 1.2.3

#tazpkg -gi wine

Wine-gecko is wines version of internet explorer web browser

Go to this tutorial: http://wiki.winehq.org/Gecko

Look at the chart, wine_gecko-1.0.0-x86.cab is the correct version for wine version 1.2.3

#mkdir -p /usr/share/wine/gecko

#cd /usr/share/wine/gecko

#wget http://downloads.sourceforge.net/wine/wine_gecko-1.0.0-x86.cab

Test wine-gecko:

#wine iexplore http://forum.slitaz.org

Offline

#11 2011-08-04 00:52:13

Trixar_za
Administrator
Registered: 2011-03-29
Posts: 1,506

Re: In what package I will find rpm2cpio?

Have you considered installing the bzip2 and xz packages along with the gzip package?

Offline

#12 2011-08-06 13:17:07

servimo
Member
Registered: 2011-07-04
Posts: 10

Re: In what package I will find rpm2cpio?

´Have you considered installing the bzip2 and xz packages along with the gzip package?´

After I installed gzip, bzip2 and xz still not working.

I give up, I don't need wine-gecko.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.019 seconds, 8 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]