I have an old machine, dual core intel HP, that I was running 22.04 with Lubuntu desktop. I decided to upgrade to 23.04, and there were problems during the upgrade, broken files and whatnot. The software upgrade offered me to do a "partial upgrade" and I said yes. The upgrade failed, but I managed to do a full upgrade inside Muon that seemed to fix everything. Tried software update and told me all was up to date. After reboot the screen was unrecognizable, but I figured it was a matter of logging out and back in and choosing the lubuntu desktop. Unfortunately, there was no lubuntu among the options, but the first option mentioned lxqt, and I assumed that meant lubuntu. After logging in I recognized my normal desktop and was relieved. The only problem was that applications did not have top bars and so they did not have the [X] icon at the top right, and could only be closed from File -> Exit. But anyways, I had managed to upgrade to 23.04. I should have stopped there...
I tried a sudo apt-upgrade -d, and it offered me I could upgrade to 23.10, and I said yes. The upgrade went perfectly well, but after rebooting my desktop was again unrecognizable, clearly not Lubuntu, but to make things worse, I do not have a bar at the bottom of the screen, or anywhere for that matter, no main menu, networking is disabled, so I can't access the internet; but I can ctrl-alt-t to get a command window, and I can double-click a folder icon on the desktop and go to Applications on the left pane, to access some apps. However, without internet, synaptic won't do much for me; and the Applications in file explorer do not include things like suspend, shutdown, logout... The only way I know I can shutdown is with the power switch. I can edit files, though, by calling featherpad filename from command line. Is there a way to edit some file to bring back the Lubuntu desktop after reboot? And any idea why networking might be disabled, or how to try and enable it? TIA
do-release-upgrade -d
and moved to Ubuntu mantic, you put yourself off-topic on this & many other support sites, as you're no longer using a stable system that is supported; but a development system that is intended for experienced users who can thus discover & report bugs. That system is currently still in alpha and thus off-topic here. Your issue doesn't relate to mantic I suspect - but your system isn't supported here sorry. – guiverc Aug 05 '23 at 04:15sudo apt install --reinstall ubuntu-desktop
(closely matching your initial request), but if it was me I'd explore your apt logs and re-read the messages you ignore & go from there... which was many steps before where you are now.... thus the re-install option I alluded to earlier (upgrade using existing partition) maybe safer if you don't want to review & adjust for your circumstances (which as stated I don't understand due to lack of detail). – guiverc Aug 05 '23 at 04:22sudo apt install lubuntu-desktop^
– Archisman Panigrahi Aug 05 '23 at 05:49sudo apt install --reinstall ubuntu-desktop
was meant to saysudo apt install --reinstall lubuntu-desktop
:( – guiverc Aug 05 '23 at 05:51sudo apt-upgrade -d
you specifically mention should only result in a "command not found" error.. but I took your command as beingsudo do-release-upgrade -d
which is very different as that'll upgrade a 23.04 or lunar system that is on-topic here, to mantic or what will become 23.10 in October and will only become on-topic on this site on 12-October-2023 here. If you can login you can view history usinghistory
; view apt logs withview /var/log/apt/history.log
(scroll using POSIX commands etc) – guiverc Aug 05 '23 at 12:53