Minhas desculpas ... eu sou novo ... mas parece que estou correndo em círculos tentando fazer várias coisas.
apt-get -f install
está retornando com
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)
Eu estou atualmente rodando em um velho kernel 3.11.0-20 genérico, eu tentei deletar vários outros kernels para tentar liberar /boot
space, no entanto dois novos kernels estão ficando no caminho com dependências não satisfeitas dos dois. kernels listados acima. Eu não consigo limpar esses dois kernels.
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$
Lá está o círculo ... Por favor ajude ...