Kubuntu 16.04 falha na atualização (problema com xserver-xorg-video-all?) [duplicado]

0

Estou tentando atualizar meu computador Kubuntu Wily 15.10, mas ele falha.

Estou fazendo isso:

$ sudo do-release-upgrade -m desktop

Isso é o que eu recebo:

Calculating the changes

Could not calculate the upgrade 

An unresolvable problem occurred while calculating the upgrade. 

This can be caused by: 
* Upgrading to a pre-release version of Ubuntu 
* Running the current pre-release version of Ubuntu 
* Unofficial software packages not provided by Ubuntu 

If none of this applies, then please report this bug using the 
command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. 

Eu encontrei isso em /var/log/dist-upgrade/main.log :

2016-04-29 10:29:09,024 DEBUG need_server_mode(): run in 'desktop' mode, (because of key deps for 'kubuntu-desktop')
2016-04-29 10:29:16,112 DEBUG Installing 'xserver-xorg-video-all' (Distro KeepInstalledPkgs rule)
2016-04-29 10:29:16,559 ERROR Dist-upgrade failed: 'E:Unable to correct problems, you have held broken packages.'
2016-04-29 10:29:16,560 DEBUG abort called
2016-04-29 10:29:16,576 DEBUG openCache()
2016-04-29 10:29:16,576 DEBUG failed to SystemUnLock() (E:Not locked) 
2016-04-29 10:29:20,464 DEBUG /openCache(), new cache size 78719
2016-04-29 10:29:20,464 DEBUG enabling apt cron job

O que posso fazer?

    
por Mario S 29.04.2016 / 16:39

1 resposta

0

Eu poderia resolver. Eu sigo o conselho desta resposta: link

O que eu fiz foi:

sudo apt-get remove xserver-xorg-video-all
sudo do-release-upgrade -m desktop

Esperei o término da atualização e reiniciei o computador. Depois disso, o Kubuntu começou sem problemas. Os gráficos foram configurados também. Eu acho que é porque eu tenho uma placa gráfica NVIDIA e a atualização do driver reinstalou tudo novamente, mesmo xserver-xorg-video-all .

Finalmente, meu Kubuntu é o Xenial: -)

    
por Mario S 29.04.2016 / 20:25