apt-get -f 安装错误

apt-get -f 安装错误

很抱歉...我是新来的...但我似乎在尝试做很多事情时却一直找不到方向。

问题#1

apt-get -f install正在返回

Errors were encountered while processing:
 /var/cache/apt/archives/linux-image-3.11.0-26-generic_3.11.0-26.45_amd64.deb
 /var/cache/apt/archives/linux-image-3.11.0-24-generic_3.11.0-24.42_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

问题 #2

我目前正在运行旧内核 3.11.0-20 通用版,我尝试删除许多其他内核以尝试释放/boot空间,但是两个较新的内核阻碍了上述两个内核的依赖关系。我无法清除这两个内核。

agiles@agiles-23-1015:/boot$ sudo apt-get purge linux-image-3.11.0-24-generic
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'linux-image-3.11.0-24-generic' is not installed, so not removed
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 linux-image-extra-3.11.0-24-generic : Depends: linux-image-3.11.0-24-generic but it is not going to be installed
 linux-image-extra-3.11.0-26-generic : Depends: linux-image-3.11.0-26-generic but it is not going to be installed
 linux-image-generic : Depends: linux-image-3.11.0-26-generic but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
agiles@agiles-23-1015:/boot$ 

那里有一个圆圈...请帮忙...

相关内容