<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">I am running a virtual machine using Ubuntu 19.04 on a Synology DS918.<div class="">After several attempts the upgrade each time ended up with ‘Oh, no - something went wrong…’.</div><div class=""><br class=""></div><div class="">The following fixed the mess:</div><div class="">1. start upgrade via standard Software Updater - after very long time it ends up with the Oh,no… (it won’t help to log out!)</div><div class="">2. log in via ssh from another computer to the VM</div><div class="">3. <span style="background-color: rgba(255, 255, 255, 0.980392);" class="">sudo killall dpkg<span class="Apple-tab-span" style="white-space:pre">                </span># (</span><span style="background-color: rgba(255, 255, 255, 0.980392);" class="">pgrep -f 'dpkg|apt’)</span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0.980392);" class="">4. </span><span style="background-color: rgba(255, 255, 255, 0.980392);" class="">sudo dpkg --force-remove-reinstreq --remove nautilus-dropbox</span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0.980392);" class="">5. </span>sudo dpkg --configure -a</div><div class="">6. reboot</div><div class="">7. - the gnome desktop is back again</div><div class="">8. sudo apt autoremove --purge</div><div class=""><br class=""></div><div class="">Good luck</div><div class="">HB</div></body></html>