14.04 - Fix dpkg after interrupted do-release-upgrade - Ask Ubuntu
i updating 14.04 16.04 (via do-release-upgrade
). going fine until pulled ncurses
dialogue handling conflicting config files "unattended upgrades" -- dialogue failed respond input (it froze).
since there no way continue, killed process, leaving half upgraded. if try run do-release-upgrade
again, claims version 16.04. have not restarted machine, don't know happen. if run apt-get -f dist-upgrade
claims every package have no longer needed, tries configure them all, failing because of dependencies not configured. trying dpkg --configure -a
gives same configuring errors (ex. 389-ds depends on 389-admin; however: package 389-admin not configured yet.
)
given this, still think there should way recover, seeing still running (for part). question is, way?
fix missing packages, type in terminal:
sudo apt-get update sudo apt-get install -f sudo dpkg --configure -a sudo apt-get upgrade sudo apt-get autoremove
Comments
Post a Comment