Hi All
Running Jaunty with KDE 4.2.4.
The other day my softwate update picked up four new updates for my system:
- linux-generic
- inux-headers-generic
- linux-image-generic
- linux-restricted-modules-generic
However when trying to apply these updates (via Synaptic) I get the "Unresolved Dependencies" error.
This happens when I try to apply either one or all of these updates.
Odd because the .17 version is whats in the repos, according to Synaptic!
Same issue with apt-get (output follows). I did an apt-get update first.
Any ideas?
TIA
Andy
apt-get output:
Running Jaunty with KDE 4.2.4.
The other day my softwate update picked up four new updates for my system:
- linux-generic
- inux-headers-generic
- linux-image-generic
- linux-restricted-modules-generic
However when trying to apply these updates (via Synaptic) I get the "Unresolved Dependencies" error.
This happens when I try to apply either one or all of these updates.
Code:
linux-generic: Depends: linux-image-generic (=2.6.28.13.17) but 2.6.28.12.16 is to be installed Depends: linux-restricted-modules-generic (=2.6.28.13.17) but 2.6.28.12.16 is to be installed
Same issue with apt-get (output follows). I did an apt-get update first.
Any ideas?
TIA
Andy
apt-get output:
Code:
asd@dad-desktop:~$ sudo apt-get dist-upgrade -V Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept back: linux-generic (2.6.28.12.16 => 2.6.28.13.17) linux-headers-generic (2.6.28.12.16 => 2.6.28.13.17) linux-image-generic (2.6.28.12.16 => 2.6.28.13.17) linux-restricted-modules-generic (2.6.28.12.16 => 2.6.28.13.17) 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Comment