Having stayed away for as long as possible, I tried to upgrade from Utopic to Vivid last night.
/usr/bin/python3.4 does exist, and appears to run.
Now apt-get reports unmet dependencies for kubuntu-desktop:
apt-get -f wants to remove kubuntu-desktop, and I assume that's not a good idea. Any suggestions?
Code:
Errors were encountered while processing: kubuntu-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 521, 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 kubuntu-desktop: kubuntu-desktop depends on baloo-kf5; however: Package baloo-kf5 is not installed. dpkg: error processing package kubuntu-desktop (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: kubuntu-desktop
Now apt-get reports unmet dependencies for kubuntu-desktop:
Code:
The following packages have unmet dependencies: baloo : Depends: baloo4 but it is not going to be installed kubuntu-desktop : Depends: baloo-kf5 but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Comment