OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Debian => Topic started by: Capn_Fish on May 13, 2008, 05:34:51 pm

Title: Package Troubles
Post by: Capn_Fish on May 13, 2008, 05:34:51 pm
I'm having issues with updates and just installing packages, especially "Depends on xyz but it is not going to be installed" and "___ has been held back."

Is this a repo issue? Can I revert back to Lenny to gain some semblance of stability?

Thanks.
Title: Package Troubles
Post by: mikeones on May 13, 2008, 05:54:51 pm
What is in your sources.list?  I commented out all of the entry's present and placed this line in and have had no apt issues.  Du's have been smooth also.  You could change sid to etch and be fine I think.

Code: [Select]
deb http://ftp.us.debian.org/debian sid main contrib non-free
Title: Package Troubles
Post by: Capn_Fish on May 13, 2008, 09:12:48 pm
I have whatever's in the default rootfs. I'll try that, except maybe with Lenny.

How do I make the version in the repo automatically overwrite what's installed?

Thanks.

EDIT: Is that EABI or OABI?
Title: Package Troubles
Post by: mikeones on May 13, 2008, 09:49:12 pm
Quote from: Capn_Fish
I have whatever's in the default rootfs. I'll try that, except maybe with Lenny.

How do I make the version in the repo automatically overwrite what's installed?

Thanks.

EDIT: Is that EABI or OABI?
Not sure what you mean by version numbers...  Just update your sources.list and then do the following.

Code: [Select]
apt-get update && apt-get install $software
I am running EABI.