I want to perform an upgrade from 14.04 to 15.04. When I run "sudo update-manager -d" I get "... However, Ubunutu 16.04 LTS is now available(you have 14.04)" I think that this nighly build 16.04 is not yet stable. How to upgrade to 15.04 and not 16.04?
Asked
Active
Viewed 5,413 times
0
-
Possible duplicate of Upgrade from 14.04 to 15.04 gives error – SuperSluether Dec 30 '15 at 12:18
1 Answers
3
Use update manager without the "-d" option. See man update manager for details.
The -d option means update to development release.
-d, --devel-release Check if upgrading to the latest devel release is possible
http://manpages.ubuntu.com/manpages/precise/en/man8/update-manager.8.html
or run
sudo do-release-upgrade
-
-
result of "sudo do-release-upgrade" : "Checking for a new Ubuntu release No new release found" – Morsi Chaari Dec 30 '15 at 12:44
-
1OIC, 14.10 is beyond end of life and you can not skip releases, so you can not either upgrade 14.04 -> 14.10 -> 15.04 nor can you 14.04 -> 15.04. My advice is for you to do a fresh install of 15.04 , faster and more reliable. – Panther Dec 30 '15 at 12:48