Atualmente, estou me divertindo muito apt-get
- e o ruim é que a culpa foi minha. Eu havia habilitado os testing
pacotes /etc/apt/sources.list
para instalar um determinado pacote. E eu disse ao meu sistema apt-get dist-upgrade
. Tudo funcionou bem, mas agora estou tentando voltar à stable
atualização - e falhei ...
Ao tentar fazer isso apt-get dist-upgrade
, recebo as seguintes informações:
The following packages will be REMOVED:
linux-image-3.10-3-amd64
The following NEW packages will be installed:
libcgi-fast-perl libfcgi-perl libyaml-syck-perl
The following packages will be DOWNGRADED:
initramfs-tools libdate-manip-perl munin munin-common
Bem, tudo bem, mas quando tento fazer isso, recebo um aviso em letras vermelhas amigáveis em negrito:
You are running a kernel (version 3.10-3-amd64) and attempting to remove the same version.
...
It is highly recommended to abort the kernel removal unless you are prepared to fix the system after removal.
Bem, eu gosto de seguir a recomendação. A versão correta do kernel para o stable
lançamento seria linux-image-3.2.0-4-amd64
e já está instalada. Provavelmente o downgrade não seria problema se eu estivesse trabalhando no kernel mais antigo? Na verdade, não tenho idéia de como habilitar o kernel em 3.2.0
vez de 3.10
.
dpkg -l | grep grub
na pergunta.