@ O problema está resolvido. Eu atualizei para o ubuntu 10.04.2 usando a opção cd / dvd alternativa.
Eu desinstalei kpackagekit
usando o centro de software do Ubuntu. Quando desinstalado, também desinstalou algumas dependências. Eu não sabia que isso aconteceria. Agora, se eu tentar instalar qualquer software usando o centro de software do Ubuntu, recebo o erro
"This error could be caused by required additional software packages which are missing or not installable. Futhermore there could be a conflict between software packages which are not allowed to be installed at the same time."
Como posso resolver isso? Por exemplo, quando tento instalar o obturador , recebo o erro
"Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies:
shutter: Depends: libxml-simple-perl but it is not installable Depends: libgoo-canvas-perl but it is not going to be installed"
@ O problema está resolvido. Eu atualizei para o ubuntu 10.04.2 usando a opção cd / dvd alternativa.
Você pode querer reinstalar kpackagekit
abrindo um terminal. Deve estar em "Aplicativos" - > "Ferramentas do sistema" ou "Acessórios" - > "Terminal".
Agora digite os seguintes comandos, pressionando Enter após uma nova linha:
sudo apt-get update
sudo apt-get install kpackagekit
Isso deve reinstalar kpackagekit
junto com suas dependências.