General TC > Programming & Scripting - Unofficial

Quick hack to convert Debian packages.

<< < (3/9) > >>

sbaguz:
Thanks a lot Jason!
This is a really great tool I would add by default to any Tiny Core release.
It works like a charm: please, keep it always updated to follow TC new versions.

 :)

tinypoodle:

--- Quote from: Jason W on March 20, 2010, 09:52:10 AM ---Rpms are easy to convert as well.  I will use RealPlayer.rpm as an example.  In the directory you have the rpm, do this:

mkdir directory
cd directory
rpm2cpio ../Realplayer.rpm | cpio -id
cd ..
mksqashfs directory realplayer.tcz



--- End quote ---

--- Code: ---rpm2cpio ../google-talkplugin_current_i386.rpm  | cpio -id
rpm2cpio: invalid gzip magic

--- End code ---
:(

Jason W:
It works for me on my box:



--- Code: ---tc@box:~/Downloads$ rpm2cpio google-talkplugin_current_i386.rpm | cpio -id
35218 blocks

--- End code ---

tinypoodle:
 ???

Jason, could you please try

--- Code: ---busybox rpm2cpio google-talkplugin_current_i386.rpm | cpio -id

--- End code ---
to exclude that in your case an executable independent of busybox is used?

Jason W:
It still works here:


--- Code: ---tc@box:~/Downloads/1$ busybox rpm2cpio ../google-talkplugin_current_i386.rpm | c
pio -id
35218 blocks
tc@box:~/Downloads/1$

--- End code ---

maybe you have a corrupt or partially downloaded google-talkplugin_current_i386.rpm?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version