正在运行:Linux ips-svf-1 3.0.0-22-server #36-Ubuntu SMP 2012 年 6 月 12 日星期二 17:56:20 UTC x86_64 x86_64 x86_64 GNU/Linux
我正在尝试使用 apt-get -y purge 释放 /boot 中的空间,但每次运行该命令时都会收到有关未满足依赖项的错误:
sudo apt-get -y purge linux-headers-3.0.0-12
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:
linux-headers-3.0.0-12-server : Depends: linux-headers-3.0.0-12 but it is not going to be installed
linux-image-server : Depends: linux-image-3.0.0-26-server but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
apt-get -f install
但是,由于 /boot 已满,我无法运行。
我也尝试手动运行dpkg --purge
dpkg --remove
,但都出现相同的未满足依赖性错误。
关于如何成功释放 /boot 中的空间,有什么建议吗?我可以用 rm 安全地删除哪些内容?
答案1
谨慎使用
dpkg --force-depends ....
或者谨慎使用
dpkg --force-all ....
欲了解更多信息,请访问:
dpkg --force-help