Am 28.04.2015 um 01:43 schrieb The Wanderer: > On 04/27/2015 at 07:15 PM, Bill Baker wrote:
>> Here is the output from sudo apt-get install linux-image-586: >> >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> You might want to run 'apt-get -f install' to correct these: >> The following packages have unmet dependencies: >> consolekit : Breaks: udev (< 204-1) but 175-7.2 is to be installed >> linux-image-586 : Depends: linux-image-3.16.0-4-586 but it is not going >> to be installed >> E: Unmet dependencies. Try 'apt-get -f install' with no packages (or >> specify a solution). > > So it doesn't help anything; the broken package dependencies are > overriding everything else. If you haven't tried it yet, you could also give aptitude a try. Sometimes aptitude finds solutions where apt-get already gave up. But be careful though, such solutions can be a bit destructive sometimes. So read carefully before hitting 'y'. Also, aptitude has a 'why-not' command, which may be helpful for finding out why your kernel package does not want to be installed. In conclusion, my recommendation would be to try: 1. aptitude why-not linux-image-3.16.0-4-586 and 2. aptitude install linux-image-586 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

