Eu usei este questionar pois não consegui instalar nenhum pacote devido a falta de dependências devido a alguma atualização incorreta do kernel e o meu /boot
estava quase cheio, tive que remover versões antigas do kernel manualmente e manter o último:
rm vmlinuz-3.2.0-xx-generic abi-3.2.0-xx-generic config-3.2.0-xx-generic initrd.img-3.2.0-xx-generic System.map-3.2.0-xx-generic
Não é uma solução de prática recomendada remover manualmente os arquivos, mas não consegui usar o APT ou dpkg
.
Em seguida, executei apt-get install -f
para corrigir dependências ausentes e instalar completamente o novo kernel, mas recebi o erro:
dpkg: dependency problems prevent configuration of linux-generic:
linux-generic depends on linux-image-generic (= 3.2.0.76.90); however:
Version of linux-image-generic on system is 3.2.0.121.136.
linux-generic depends on linux-headers-generic (= 3.2.0.76.90); however:
Version of linux-headers-generic on system is 3.2.0.121.136.
dpkg: error processing linux-generic (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
linux-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Então mudei para esta questão que tinha o mesmo problema e tentei reinstalar o kernel :
apt-get install --reinstall linux-generic=3.2.0.121.136 -f
Mas eu também tenho o mesmo problema,
Então, tentei usar dpkg
:
# ls /var/cache/apt/archives/linux-generic*
/var/cache/apt/archives/linux-generic_3.2.0.121.136_amd64.deb
# dpkg --install /var/cache/apt/archives/linux-generic_3.2.0.121.136_amd64.deb
(Reading database ... 860860 files and directories currently installed.)
Preparing to replace linux-generic 3.2.0.121.136 (using .../linux-generic_3.2.0.121.136_amd64.deb) ...
Unpacking replacement linux-generic ...
Setting up linux-generic (3.2.0.121.136) ...
# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
E tudo funcionou normalmente,
Obrigado a todos os comentários que me levaram a combinar todos esses posts para resolver meu problema @ Pilot6, @muru e @ user535733