I am trying to upgrade my Ubuntu 20.04 to Ubuntu 22.04
Software updater was not showing any new lts version
so I ran sudo apt update && sudo apt upgrade
to check if any update is pending to install and there were none
Checking if updates are pending to install
then I tried to run sudo do-release-upgrade -c -d
to check if any new update is showing or not and I found this
Output message of the above command
then checked the prompt in /etc/update-manager/release-upgrades and it was set to lts only
As it is showing There is no development version of an LTS available. Do the installation need to be done from scratch.
Here is my current ubuntu version, Current Ubuntu Version
do-release-upgrade
did not include the required-d
option The first-c
or check did thus it was seen... – guiverc Apr 27 '22 at 03:04do-release-upgrade
to update I was only using that. @guiverc Thanks, I added the -d and it worked, – Gozo Apr 27 '22 at 03:25