Python for ARM7?

garabik-news-2005-05 at kassiopeia.juls.savba.sk garabik-news-2005-05 at kassiopeia.juls.savba.sk
Tue Sep 13 09:59:15 EDT 2005


Ken Seehart <pythonic at seehart.com> wrote:
> 
> 2. What do I do with ipk files?  I surfed around and found that in one 
> example, the command is "ipkg install foo.ipk", but ipkg doesn't seem to 
> exist on my hardware.

ipk files are basically in two flavours, one of them is a plain tar.gz
file, use tar xvzj to upnack it
the second is an ar archive, use ar x to unpack it
(you mentioned cygwin - assuming you are working under MS windows,
either use the cygwin commands, or try to open the ipk with winzip or
something similar)

once unpacked, you find data.tar.gz inside containing all the necessary
binary files, and control.tar.gz containing some information and
installation scripts (in most cases, you can ignore them)

-- 
 -----------------------------------------------------------
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__    garabik @ kassiopeia.juls.savba.sk     |
 -----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!



More information about the Python-list mailing list