Não é possível apt-get atualizar o Ubuntu Server

0

Eu tentei fazer um upgrade nesta manhã e encontrei erros. Corri o apt-get -f install e recebi este erro abaixo. Não me lembro de instalar nenhum pacote quantal.

dpkg: dependency problems prevent configuration of linux-image-generic-lts-quantal:
linux-image-generic-lts-quantal depends on linux-image-3.5.0-39-generic; however:
Package linux-image-3.5.0-39-generic is not installed.
dpkg: error processing linux-image-generic-lts-quantal (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
dpkg: dependency problems prevent configuration of linux-generic-lts-quantal:
linux-generic-lts-quantal depends on linux-image-generic-lts-quantal; however:
Package linux-image-generic-lts-quantal is not configured yet.
dpkg: error processing linux-generic-lts-quantal (--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-image-generic-lts-quantal
linux-generic-lts-quantal
E: Sub-process /usr/bin/dpkg returned an error code (1)
    
por Malocchio 28.10.2013 / 17:47

1 resposta

1

Eu eliminei os pacotes quantais (linux-image-generic-lts-quantal, linux-generic-lts-quantal) e executei o apt-get update e depois o upgrade. Tudo está bem.

    
por Malocchio 28.10.2013 / 18:38