I was doing my quarterly updates of an Ubuntu 12 server. After an apt-get update succeeded I'm getting this error running apt-get anything.
Depends: linux-image-server (= 3.2.0.72.86) but it is not going to be installed
I don't understand why this linux image isn't going to be installed. The package exists, is downloadable, etc.
apt-get update -f? – Nathan C Dec 08 '14 at 17:18apt-get upgrade -f --dry-runto see if it'll fix your problem, but I noticed Binary's answer fixed your problem anyway. The--dry-runflag will print what will happen but not actually make the changes. – Nathan C Dec 08 '14 at 17:33