OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: luka on March 16, 2005, 09:21:04 am
-
I have downloaded the ipk but every time i try to install installer pops up :
"something went wrong".
how do i manually install it?
zhx!
-
go to the console and type
ipkg install /path/to/ipk/package_name.ipk
You'll also get a lot more feedback about what went wrong than qinstall gives
Stu
-
go to the console and type ipkg install /path/to/ipk/package_name.ipk
You'll also get a lot more feedback about what went wrong than qinstall gives
Stu
[div align=\"right\"][a href=\"index.php?act=findpost&pid=70960\"][{POST_SNAPBACK}][/a][/div]
it freezes for about 5 minutes and drops :
"Tar: Bad tar header, skipping" - about 1000 times
was the pacage corrup during donwload or?
-
was the pacage corrup during donwload or?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=70992\"][{POST_SNAPBACK}][/a][/div]
corrupt package is always a possibility. I've had some several times when testing KDEPIM. Download it again and retry.
-
You can also test the "corruption" of an ipk by trying to read/open it directly with tar.
tar tzf package.ipk
Should return 3 files
./control.tar.gz
./data.tar.gz
./debian-binary
If that fails then most probably have picked up a corruption during download OR you have a ar compressed ipk. use "file" to find out what type of ipk you have, for Sharp compatible ipk you should get "gzip compressed data" or something indicating it has been gzipped. If it says something about "debian" or "ar compressed" then you have the wrong kind of ipk and will need to convert it.
The other option (and one that happens a lot when I'm forced to use IE) is that the browser gunzipped the ipk for you during download (this will show as "tar" with "file")
Stu