I am trying to upgrade from 15.10 to 16.04. I am aware that the archive.ubuntu.com
repositories do not contain packages for the unsupported release of 15.04. I changed the sources.list
files under /etc/apt/
to use old-releases.ubuntu.com
. While commands like sudo apt-get update
and sudo apt-get upgrade
now work fine, I still cannot do sudo do-release-upgrade
-- I get Not Found
errors as the do-release-upgrade
is still trying to use archive.ubuntu.com
. How can this be?!
Are there other files I need to update to point towards old-releases
?