Revise suas fontes de software e remova todos os repositórios não utilizados ou desatualizados.
Experimente um (ou mais) destes:
(remove unmet dependencies)
sudo apt-get -f install
(remove .deb archives from packages no longer installed)
sudo apt-get autoclean
(clear files from Aptitude cache: /var/cache/apt/archives )
sudo apt-get clean
Poste a saída de uma atualização & amp; atualizar:
sudo apt-get update && sudo apt-get upgrade
ATUALIZADO:
Suas fontes ativas devem (muito provavelmente) não incluir os elementos "backport":
Isto é da minha configuração: (editado para 'GB', em vez de 'NZ')
(snip)
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://gb.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
# deb-src http://gb.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
Considerando que suas "fontes" parecem ser: (ou equiv.)
deb http://gb.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse
Estes também NÃO devem dizer ' oneiric -backports'!?