I'm currently using Ubuntu 14.04 LTS, and I decided it was a good time to update to the latest version. However, if I run
sudo do-release-upgrade
The program starts downloading Wily Werewolf (15.10) packages. How can I force Ubuntu to download Xenial Xerus?
do-release-upgrade -d
– Pilot6 May 09 '16 at 14:31Checking for a new Ubuntu release
Err Upgrade tool signature 404 Not Found [IP: 91.189.88.152 80] Err Upgrade tool 404 Not Found [IP: 91.189.88.152 80] Fetched 0 B in 0s (0 B/s) WARNING:root:file 'utopic.tar.gz.gpg' missing Failed to fetch Fetching the upgrade failed. There may be a network problem.`
– Martín Fixman May 09 '16 at 14:42apt-get update
,apt-get upgrade
correctly, anddo-release-upgrade
without the-d
correctly. – Martín Fixman May 09 '16 at 14:56/etc/update-manager/release-upgrades
file end inPrompt=lts
? If not, change it and try again. I just did this successfully in a VM. – Organic Marble May 09 '16 at 16:39