[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unable to complete package upgrade in jessie




On 04/27/2015 07:05 PM, The Wanderer wrote:
>
> A few thoughts:
>
> 1. Is there a reason why you need 'apt-get -f install packagename'? Does
> it error out if you just run 'apt-get install packagename'?
I used -f because the output suggested I use it.
> 2. What happens if you try to install linux-image-586 instead, or even
> the specific-kernel-version package which it depends on
> (linux-image-3.16.0-4-586)? linux-image-486 is just a dummy package
> depending on the -586 package anyway. Even if it still fails, you may
> get a more helpful error message.
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).

And from sudo apt-get install linux-image-3.16.0-4-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
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
specify a solution).


Reply to: