PDA

View Full Version : Problem W/ Dependencies


Kijiro
August 25th, 2006, 11:41 PM
I'm not sure this is a PPC related thing but it might be, I'm trying to install the dependency libbonobo2-0, which says that I need the dependency libbono2-common which I then download but it says that I need to install libbonobo2-0. How can it be that these two dependencies depend on each other?

3rdalbum
August 26th, 2006, 07:08 AM
Have you tried installing both simultaneously by specifying both of them to apt-get?


sudo apt-get install libbono2-0 libbono2-common


It's probably just a mistake on the part of the maintainer, but I've seen it happen on x86 and it installs without a problem in Synaptic.

Kijiro
August 26th, 2006, 01:58 PM
Thanks for the reply but I downloaded another package which I guess had them both in it, because now they are installed.