A while back I was trying to update from 12.10 and my roommate unpluged my laptop and ever since then I have not been able to open software updater or start up disk creator. It does not give an error message but it won't open. What can I do to solve this problem?
sudo apt-get update
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
sudo apt-get upgrade
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
sudo apt-get update && sudo apt-get upgrade
. Paste the output of that command into your question. – Jos Feb 21 '15 at 14:22dpkg
warning was expected, and you have managed to clean up the mess from the interrupted update. You say you can't update. What happens if you trysudo apt-get upgrade
? – Jos Feb 21 '15 at 14:44