Não é possível atualizar para o Vivid

0

Estou entendendo isso, você sabe de uma solução alternativa:

Errors were encountered while processing:
 ubuntu-desktop
Error in function: 

SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 102, in apport_excepthook
    pr.add_proc_info(extraenv=['PYTHONPATH', 'PYTHONHOME'])
  File "/usr/lib/python3/dist-packages/apport/report.py", line 525, in add_proc_info
    raise ValueError('%s does not exist' % self['ExecutablePath'])
ValueError: /usr/bin/python3.4 (deleted) does not exist

Original exception was:
SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)

Could not install the upgrades 

The upgrade has aborted. Your system could be in an unusable state. A 
recovery will run now (dpkg --configure -a). 

dpkg: dependency problems prevent configuration of ubuntu-desktop:
 ubuntu-desktop depends on ubuntu-session; however:
  Package ubuntu-session is not installed.
 ubuntu-desktop depends on unity-control-center; however:
  Package unity-control-center is not installed.
 ubuntu-desktop depends on unity-settings-daemon; however:
  Package unity-settings-daemon is not installed.

dpkg: error processing package ubuntu-desktop (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 ubuntu-desktop

Upgrade complete 

The upgrade has completed but there were errors during the upgrade 
process. 
    
por Gabor 28.12.2015 / 20:19

2 respostas

1

Então, isso me impediu de fazer o login no X após a atualização, porque obviamente as dependências do ubuntu-desktop , como compiz , estavam quebradas.

Eu consertei indo para um shell de texto simples (Ctrl + Alt + F1) e, em seguida, seguindo esta solução com um pequeno ajuste:

sudo vi /etc/apt/apt.conf
# add this line:   APT::Default-Release "vivid"; 
sudo apt-get -t vivid install apt/vivid
sudo apt-get update
sudo apt-get dist-upgrade
    
por Gabor 28.12.2015 / 22:05
0
por piotrek1543 28.12.2015 / 20:53