On Wed, Apr 16, 2003 at 01:54:00PM +0200, florian wrote: > > hi! > > could it be that aptitude is broken on ppc? > > i get this: > Sorry, but the following packages have unmet dependencies: > aptitude: Depends: libsigc++0 but it is not installable > E: Sorry, broken packages
aptitude works fine. Apparently its dependency (libcsigc++0) was not available from the archives in your sources.list, or there is some other issue. Try installing both at once: apt-get install aptitude libsigc++0 or re-installing the lib: apt-get install --reinstall libsigc++0 -- http://Www.TruthAboutWar.org Chris Tillman - Linux Rox -

