sudo apt-get update sudo apt-get upgrade
Edit /etc/update-manager/release-upgrades, and ensure:
Prompt=normal
(otherwise if its LTS you will only be able to upgrade to the next LTS release if one is available
sudo apt-get install update-manager-core sudo do-release-upgrade
…and follow the prompts.
