Olá, tenho um problema com dependências não atendidas, mas não posso consertar isso.
$ sudo apt-get upgrade
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-server : Depends: linux-headers-server (= 3.2.0.45.54) but 3.2.0.49.59 is installed
E: Unmet dependencies. Try using -f.
Eu tentei:
$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
........
dpkg: error processing /var/cache/apt/archives/linux-image-3.2.0-49-generic_3.2.0-49.75_amd64.deb (--unpack):
failed in write on buffer copy for backend dpkg-deb during './boot/vmlinuz-3.2.0-49-generic': No space left on device
No apport report written because the error message indicates a disk full error
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Eu também tentei:
$ sudo dpkg --configure -a
Mas não funciona, não há espaço sobrando.
Então eu tentei remover algumas imagens do Linux, mas:
$ sudo apt-get purge linux-headers-3.2.0-37 linux-headers-3.2.0-37-generic linux-image-3.2.0-37-generic
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-server : Depends: linux-headers-server (= 3.2.0.45.54) but 3.2.0.49.59 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)
Alguém pode me ajudar?
// Atualização:
Removido o antigo linux-header- * e linux-images- * com o dpkg, mas:
$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
linux-server
The following packages will be upgraded:
linux-server
1 upgraded, 0 newly installed, 0 to remove and 28 not upgraded.
1 not fully installed or removed.
Need to get 0 B/1,734 B of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? Y
dpkg: dependency problems prevent configuration of linux-server:
linux-server depends on linux-image-server (= 3.2.0.45.54); however:
Version of linux-image-server on system is 3.2.0.49.59.
linux-server depends on linux-headers-server (= 3.2.0.45.54); however:
Version of linux-headers-server on system is 3.2.0.49.59.
dpkg: error processing linux-server (--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-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
// Atualização 2:
Corrigi-o removendo o linux-server, o linux-headers-server e o linux-image-server.