pinduvoz
(usa Debian)
Enviado em 07/12/2011 - 17:51h
Não deu, infelizmente.
Vamos fazer de um modo mais radical.
sudo cp /var/lib/dpkg/available /var/lib/dpkg/available.backup
sudo gedit /var/lib/dpkg/available
Procure pelas informações relativas ao pacote 3.0.0-13 do kernel ("linux-image-3.0.0-13-generic") e apague-as.
Vou dar como exemplo as infos (informações) do meu kernel (estou postando do LTS):
--------------------------------------
Package: linux-image-2.6.32-35-generic
Priority: optional
Section: admin
Installed-Size: 97036
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Architecture: i386
Source: linux
Version: 2.6.32-35.78
Provides: fuse-module, ivtv-modules, kvm-api-4, linux-image, linux-image-2.6, ndiswrapper-modules-1.9, redhat-cluster-modules
Depends: initramfs-tools (>= 0.36ubuntu6), coreutils | fileutils (>= 4.0), module-init-tools (>= 3.3-pre11-4ubuntu3), wireless-crda
Pre-Depends: dpkg (>= 1.10.24)
Recommends: grub-pc | grub | lilo (>= 19.1)
Suggests: fdutils, linux-doc-2.6.32 | linux-source-2.6.32, linux-tools
Breaks: lvm2 (<< 2.02.54-1ubuntu3)
Conflicts: hotplug (<< 0.0.20040105-1)
Size: 31569662
Description: Linux kernel image for version 2.6.32 on x86/x86_64
This package contains the Linux kernel image for version 2.6.32 on
x86/x86_64.
.
Also includes the corresponding System.map file, the modules built by the
packager, and scripts that try to ensure that the system is not left in an
unbootable state after an update.
.
Supports Generic processors.
.
Geared toward desktop systems.
.
You likely do not want to install this package directly. Instead, install
the linux-generic meta-package, which will ensure that upgrades work
correctly, and that supporting packages are also installed.
---------------------------------
Veja que as infos começam com o nome do pacote e terminam numa linha em branco antes do nome do pacote seguinte. Apague as infos do pacote "linux-image-3.0.0-13-generic" e deixe a linha em branco (uma só, entre os pacotes).
Depois disso feito, rode
sudo apt-get autoremove
e poste o resultado aqui.