Update interrupted

This morning I was offered a system update but it was interrupted by my wi-fi going down for a moment and then was offered a partial-distribution-upgrade which was also interrupted.I switched over to a wired connection and now when trying to update via GUI I'm hit with the message:

Waiting for do-partial-upgr to exit

Or when updating via CLI this message:

Could not get lock /var/lib/apt/lists/lock. It is held by process 13356 (do-partial-upgr)

and it just hangs there until I forcequit the GUI or close the terminal.

Is there a way to kill this process and start over?

sudo kill -9 13356

2 Likes

Thank you @pavlos_kairis ,that did the trick.

1 Like