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

Re: unable to upgrade kernel



El vie, 04-07-2014 a las 15:25 +0200, François Patte escribió:
> Bonjour,
> 
> I don't understand the following:
> 
> # apt-get install linux-image-3.14-0.bpo.1-amd64
> linux-headers-3.14-0.bpo.1-amd64
> 
> Reading package lists... Done
> Building dependency tree
> Reading state information... 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.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  linux-image-3.14-0.bpo.1-amd64 : Breaks: initramfs-tools (< 0.110~)
> but 0.109.1 is to be installed
>                                   Breaks: initramfs-tools:i386 (< 0.110~)
> E: Unable to correct problems, you have held broken packages.
> 
> 
> What exactly is the problem about initramfs:
> 
> # apt-cache show initramfs-tools
> 
> Package: initramfs-tools
> Version: 0.109.1
> 
> 
When you are going to install backport packages (bpo), you must
explicitly indicate apt-get to do so, using the -t option to
target backport repositories.  The problem is that the release
version of initramfs-tools is lower than the needed one in
backports and it won't be installed if target is not set.

If using Wheezy, you must use apt-get this way:
apt-get -t=wheezy-backports install linux-image-3.14.0.bpo.1-amd64


Reply to: