0

when I run the command "sudo do-release-upgrade -d" I get the error or the output "Checking for a new Ubuntu release Upgrades to the development release are only available from the latest supported release." please help!

  • 3
    With all the changes to Ubuntu I highly advise a fresh install rather than upgrading. Otherwise you have to upgrade from 16.04 -> 16.10 -> 17.04 -> then 17.10. 16.10 is beyond end of life and upgrading to 16.10 is no longer supported. – Panther Oct 19 '17 at 14:25
  • http://www.omgubuntu.co.uk/2016/10/how-to-upgrade-to-ubuntu-16-10 – Panther Oct 19 '17 at 14:37

1 Answers1

0

This post looks helpful for doing the upgrade, but I agree with bodhi.zazen about starting fresh: Ubuntu GNOME 17.04 -> Ubuntu 17.10 upgrade?

Quick overview:

sudo apt-get update && sudo apt-get dist-upgrade -- REBOOT -- sudo do-release-upgrade -d

v3ritas
  • 11