I want to upgrade to 14.04 from 13.10. The software Updater shows that 14.04 is available.
But when I click on the "Upgrade" button, nothing happens. The software updater exits on clicking Upgrade.
I want to upgrade to 14.04 from 13.10. The software Updater shows that 14.04 is available.
But when I click on the "Upgrade" button, nothing happens. The software updater exits on clicking Upgrade.
Hm... You can try this from terminal:
sudo apt-get clean
sudo do apt-get update
sudo apt-get dist-upgrade
sudo do-release-upgrade
or
sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade
sudo do-release-upgrade -d
I hope this helps.
An ubuntu install disk will do the trick. See the link below. It should work. https://help.ubuntu.com/community/UbuntuReinstallation
W: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/saucy/universe/binary-i386/Packages 404 Not FounD
– tanmoy Jan 23 '15 at 19:40old-releases
toarchive
, sry). It could be another issue, probably due to the src list or cache being corrupted. It may be simpler to download a new iso from http://www.ubuntu.com/download/desktop, put it on a disk and to a freh reinstall - note you should backup before any update/reinstall method. – Wilf Jan 24 '15 at 16:09