I tried to upgrade ubuntu desktop to ubuntu 20.04 using the command sudo do-release-upgrade -d
. Now the details option in settings, the sources in the repostories show that i am running ubuntu 20.04 focal fossa. But my desktop experience is exactly the same. No Apps have been changed. But now I can't update since it already is 20.04. Please Help
Asked
Active
Viewed 518 times
0

Shmoke
- 11
1 Answers
0
I solved this problem was by going to 'Software and updates' and in the 'Updates' Tab, changing the 'Notify me...' option to 'For any new version'. Afterwards I ran sudo apt dist-upgrade
which updated the OS. I let it run without any interruptions and my computer was updated to Ubuntu 20.04 completely.

Shmoke
- 11
lsb_release -a
Did the upgade get interrupted and what was the previous version? – kortewegdevries Apr 25 '20 at 09:21
– Shmoke Apr 25 '20 at 11:31lsb_release -a
returns the following :No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu Focal Fossa (development branch) Release: 20.04 Codename: focal
sudo apt upgrade
command had already upgraded to all the latest versions, So, no packages are broken. But it still runs the ubuntu 19 interface. – Shmoke Apr 25 '20 at 13:48