Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Can';即使在压缩回端口后也不要安装新的linux内核_Linux_Kernel - Fatal编程技术网

Can';即使在压缩回端口后也不要安装新的linux内核

Can';即使在压缩回端口后也不要安装新的linux内核,linux,kernel,Linux,Kernel,我正在尝试将内核版本从2.6.32升级到3.2.0.0。当我尝试时: sudo apt-get install linux-image-3.16.0-4-amd64 我收到以下错误消息: linux-image-3.16.0-4-amd64 : Depends: linux-base (>= 3~) but 2.6.32-48squeeze6 is to be installed Recommends: firmware-li

我正在尝试将内核版本从2.6.32升级到3.2.0.0。当我尝试时:

sudo apt-get install linux-image-3.16.0-4-amd64
我收到以下错误消息:

 linux-image-3.16.0-4-amd64 : Depends: linux-base (>= 3~) but 2.6.32-48squeeze6 is to be installed
                              Recommends: firmware-linux-free (>= 3~) but it is not going to be installed
                              Recommends: irqbalance but it is not going to be installed
                              Breaks: initramfs-tools (< 0.110~) but 0.98.8 is to be installed
转到my/etc/apt/sources.list,并运行以下命令:

sudo apt-get install -t squeeze-backports linux-image-3.16.0-4-amd64
我收到与上面相同的错误消息。有人能给我解释一下问题是什么,我将如何继续安装新内核

顺便说一句,当我键入
sudo apt get install-f
时,我有以下消息:

sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
    libfuzzy-dev : Depends: libfuzzy2 (= 2.12-1) but it is not installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies

您的体系结构是64位的吗?是的,体系结构是64位的。我首先修复
libfuzzy dev
错误。您可能会发现unix.stackexchange.com是询问此类(非编程)问题的更好地方。你的Debian版本是什么?如果在unix.sx上发布,请包含apt cache policy libfuzzy2 dev libfuzzy2的输出。
sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
    libfuzzy-dev : Depends: libfuzzy2 (= 2.12-1) but it is not installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies