I'm presuming that
Reading Package Lists... Done means that the packages were available.
I thinks it's a genuine dependency problem, but, as usual, my Linux knowledge is way too insufficient to figure out a solution.
Does it mean that
4.3.0.dfsg.1-14sarge1 is part of the package, but that
libice6 is the application actually required in order for the install to work?
Could I just install
libice6 first? Or is it not that simple...?
EDIT: That doesn't work:
debian:~# apt-get install libice6
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libice6: Depends: x11-common but it is not going to be installed
E: Broken packages
debian:~# apt-get install x11-common
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
x11-common: Conflicts: xfree86-common but 4.3.0.dfsg.1-14sarge2 is to be insta
lled
E: Broken packages
It was at that point I gave up...
