On Fri, 18 Feb 2000, Brian May wrote:
> Sorry, but the following packages have unmet dependencies: > libdb2: Depends: libc6 (>= 2.1.2) but it is not going to be installed > Depends: libc6 (>= 2.1.2) but it is not going to be installed > libdb2-util: Depends: libc6-bin but it is not going to be installed > E: Sorry, broken packages This is just a confusing error message, it means there are some cyclic loops. The 'not going to be installed' is key. Try apt-get install libc6 libdb2 libdb2-utils and you will get a different message. Jason

