Skip to content

Instantly share code, notes, and snippets.

@darksystem23
Created February 29, 2016 19:14
Show Gist options
  • Save darksystem23/c7b8f45dcce62088e750 to your computer and use it in GitHub Desktop.
Save darksystem23/c7b8f45dcce62088e750 to your computer and use it in GitHub Desktop.
Update Ubuntu 14.04 to 15.04 to 15.10...
Before you upgrade, you need to install these upgrade helpers:
sudo apt-get install update-manager update-manager-core
After that, go to /etc/update-manager/release-upgrades file and change Prompt=lts to Prompt=normal. Make sure that meta-release file in same folder looks like this. If it isn't there, add it at the bottom of the file:
[METARELEASE]
URI = http://changelogs.ubuntu.com/meta-release
URI_LTS = http://changelogs.ubuntu.com/meta-release-lts
URI_UNSTABLE_POSTFIX = -development
URI_PROPOSED_POSTFIX = -proposed
Upgrading from 14.04 to 15.04 will looks like this: 14.04 -> 14.10 -> reboot -> 15.04 -> reboot -> done
Here are the next steps:
execute do-release-upgrade -d in terminal
[follow screen instructions], reboot at the end. 14.10 will be installed
execute do-release-upgrade -d in terminal
[follow screen instructions], reboot at the end. 15.04 will be installed
@wellington1993
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment