删除启动包并忽略依赖项

删除启动包并忽略依赖项

我的启动文件夹已满,并且根据这个问题一个简单的解决方案是删除旧的 Linux 映像包。不幸的是,我无法这样做,因为 apt 告诉我,我的一些软件包有未满足的依赖关系——当然,这些依赖关系需要安装到 /boot 中。

有什么办法可以解决这个问题?我不太确定是否要手动从启动分区删除文件。

You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 linux-image-extra-3.13.0-68-generic : Depends: linux-image-3.13.0-68-generic but it is not going to be installed
 linux-image-extra-3.13.0-73-generic : Depends: linux-image-3.13.0-73-generic but it is not going to be installed
 linux-image-generic : Depends: linux-image-3.13.0-73-generic but it is not going to be installed
 linux-server : Depends: linux-generic (= 3.13.0.73.79) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

答案1

嘿,我今天遇到了同样的问题。

通过将旧内核映像之一从启动文件夹移动到临时位置来修复此问题,以释放一些空间。

然后再次尝试其他解决方案。

问候,Dori

相关内容