I have a machine running 15.04, and while trying to use do-release-upgrade
to upgrade it I realised it is forcing me to get 16.04 which I don't want because I know that our code doesn't work well with the updated Python on 16.04.
How can I do this upgrade? (console only)
Update
It seems that even doing an upgrade to current version doesn't work anymore!!
An upgrade from 'vivid' to 'xenial' is not supported with this tool.
To say flatly, sorry we can't help you, seems to undermine the entire purpose of this site. I have been part of several stack exchange sites and I have never seen that attitude displayed.
– chrisfs Dec 30 '16 at 19:46do-release-upgrade -d
worked ok for me to upgrade to 15.10. Just had to update then to 16.04 and finally to 16.10. Up to date at last haha ! – Maxime R. Mar 06 '17 at 19:09do-release-upgrade -d
did not work. It told meNo new release found
. I was able to go forward by editing/etc/apt/sources.list
replacingvivid
withwily
and then doingapt update
andapt dist-upgrade
. After that I was able to proceed to 16.04 withdo-release-upgrade
. Note that if your Ubuntu mirror does not have the required files any more, you can find another mirror which still has the old version available. http://old-releases.ubuntu.com/ is one such option. Going forward from 16.04 to 16.10 non-lts I needed to edit/etc/update-manager/release-upgrades
. – snap Sep 27 '17 at 20:04