I did the upgrade via the command line: ‘edit sources.list, do sudo apt-get update, sudo apt-get upgrade, sudo apt-get dist-upgrade’, followed by ‘sudo apt-get autoremove’.
I noticed the GIMP was in the list of packages to be removed, and it was easy to reinstall afterwards, but why did it happen?
Did you upgrade it at some point through a repo (like the PPA from Otto Kesselgulasch) or added related packages from a 3rd-party repo? In that case, the version you had could have different dependencies than the version from the repos, the upgrade process removed some conflicting packages which then removed the gimp package.
It could also be the case even when not using a 3rd-party repo, if they changed on the packages in the Ubuntu repos between two versions but that would be quite rare.
The “half-configured” and “half-installed” bits are a bit weird, though I don’t know APT enough to know if they might be normal.
If you have doubt about potential issues that happened during the upgrade (beyond gimp), you can try this in a terminal and see if it updates other packages:
sudo apt-get install -f
Check what it will update and remove before validating, of course (assuming there is something to update at all).
Ok. I wasn’t sure because when I upgraded to 18.10 yesterday, I had a lot of errors during the process on packages that could not be configured. My system was not the cleanest one and I eventually managed to fix everything afterwards but these messages reminded me of that.