OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: Ferret-Simpson on August 26, 2006, 07:18:20 am

Title: Another Stupid Question, I'm Sure.
Post by: Ferret-Simpson on August 26, 2006, 07:18:20 am
Well, I'm flashed, I'm running, My network is working, (Tested in the Browser, plus I've been MUCKing.   ) But when I go into the Package Manager, the package list is blank (I've set it to show only uninstalled packages) I've updated the lists, it SEEMS to download the packages.gz files from the feeds, but doesn't show any packages. How can I fix this? I really could do with some software on here.

Cheers, Ferret.
Title: Another Stupid Question, I'm Sure.
Post by: mimeca on August 26, 2006, 01:10:17 pm
What's your GPE version?
Title: Another Stupid Question, I'm Sure.
Post by: Ferret-Simpson on August 26, 2006, 05:04:32 pm
Good Question. I'm on 3.5.4.2

Aha! GPE 2.7

I tried doing "ipkg install xmms" from the CLI, just as a gueess, but couldn't find any packages. That one I think WAS my stupidity.
Title: Another Stupid Question, I'm Sure.
Post by: koen on August 26, 2006, 05:39:51 pm
did you do an 'ipkg update' before trying to install anything?
Title: Another Stupid Question, I'm Sure.
Post by: Ferret-Simpson on August 28, 2006, 07:12:57 am
Yep.
Title: Another Stupid Question, I'm Sure.
Post by: Ferret-Simpson on August 31, 2006, 11:05:35 am
Basically, no-one knows, do they? XD
Title: Another Stupid Question, I'm Sure.
Post by: lardman on August 31, 2006, 12:05:30 pm
Using the GUI package manager is not recommended as it doesn't work (very well?). This is probably why you have few replies.

To start ruling things out, what does 'ipkg list' show you from the command line? This should indicate whether there are any package lists available locally (the ones that have been downloaded after an 'ipkg update')


Si
Title: Another Stupid Question, I'm Sure.
Post by: Ferret-Simpson on August 31, 2006, 03:28:22 pm
Hundreds of packages. Let me guess. Here's where I do this pkg_add style, right? Does installing a package install all Deps for it?
Title: Another Stupid Question, I'm Sure.
Post by: koen on August 31, 2006, 03:56:15 pm
Quote
Hundreds of packages. Let me guess. Here's where I do this pkg_add style, right? Does installing a package install all Deps for it?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140373\"][{POST_SNAPBACK}][/a][/div]

Yes it will install all needed deps, this isn't pdaX
Title: Another Stupid Question, I'm Sure.
Post by: Ferret-Simpson on August 31, 2006, 06:09:23 pm
Ok. . . "ipkg install xmms_1.2.10-r2"

Cannot find package.

What am I doing wrong NOW?
Title: Another Stupid Question, I'm Sure.
Post by: Ferret-Simpson on August 31, 2006, 07:46:04 pm
I've just found the problem.

Interestingly, It's the problem that drove me from Solaris.


...

I HATE DNS!!!!!!!
Title: Another Stupid Question, I'm Sure.
Post by: Wildherb on October 09, 2006, 10:13:49 am
Quote
Well, I'm flashed, I'm running, My network is working, (Tested in the Browser, plus I've been MUCKing.   ) But when I go into the Package Manager, the package list is blank (I've set it to show only uninstalled packages) I've updated the lists, it SEEMS to download the packages.gz files from the feeds, but doesn't show any packages. How can I fix this? I really could do with some software on here.

Cheers, Ferret.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=139852\"][{POST_SNAPBACK}][/a][/div]

Hi Ferret

Try
Code: [Select]
ipkg list | grep xmms. This will show if your Z could see the feeds when you did the update.

I have successfully installed several packages but I'd make the following obesrvations:
Do everything from command line
There is not much space on root so you might want to get an SD card (formatted as ext2) to put your apps on. Oh, and you must remember to do
Code: [Select]
ipkg-link add afterwards
The installs can be very slow so be patient! I often leave a terminal window open just PINGing openzaurus.org to reassure myself that the comms are still up.

Best of luck.