I want to upgrade to ubuntu version 18.04 from 16.04.I have taken the backup.
My question is whether update manager will give options to select which version 18.04 or 20.04 as both are available and i don't want to upgrade to 20.04.
Upon some searching in askubuntu i found below steps to be followed to upgrade.
Step1: sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt install update-manager-core
Step2: sudo vi /etc/update-manager/release-upgrades
Step3: sudo do-release-upgrade
Can anyone please let me know if i am following correct steps.Is there any other steps i need to follow to do upgrade to 18.04
update-manager-core
package should have already been installed on your Ubuntu system. If you removed it in the past, then it seems likely that you made other changes that might doom a release-upgrade. You should not need to usedist-upgrade
at all (you should be usingfull-upgrade
anyway on Ubuntu). You should not need to edit/etc/update-manager/release-upgrades
unless you are undoing some previous setting change.sudo
is optional with do-release-upgrade -- if omitted, the upgrader will ask for your password. – user535733 Oct 16 '20 at 12:32