My computer crashed during the upgrade from 14.04 to 16.04 and since then I receive this message when I get to the command line.This is the command I used for the upgrade
sudo update-manager -d
How can I resolve this?
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
--do-release-upgrade
? That is the preferred method. I know-d
checks first, but I haven't executed one that way; maybe it ends up the same. As for your admin directory being locked... you should be able to restart to fix that. If you're feeling wild, trypkill -KILL -u root
which will kill all root processes. Then you'll more than likely have to restart anyway, but I wouldn't delete the lock file.. – P Smith Jun 15 '16 at 15:52ps
root processes. – P Smith Jun 15 '16 at 15:55