I currently have 13.10 Saucy Salamander installed, and I'm following this guide in order to update: https://help.ubuntu.com/community/TrustyUpgrades
I got as far as step 6, click the Check button for new updates. There is no Check button, only Settings, Remind Me Later, and Install Now. When I click Install Now, a box comes up saying "To install or remove software, you need to authenticate". I type in my password and hit enter. Another box comes up saying:
Software Updater
Requires installation of untrusted packages
This requires installing packages from unauthenticated sources.
with the options Settings and OK. I click OK and the box just...goes away. Nothing else happens. Nothing is downloaded, the Software Updater doesn't come back, nothing. When I open Software Updater again, the whole process has to be started again.
What am I doing wrong here?
Command Line Method
sudo apt-get update
returns a bunch of lines of code but ends with this:
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
I ran:
sudo apt-get update --fix-missing
that also returns a bunch of lines of code but ends with this:
E: Some index files failed to download. They have been ignored, or old ones used instead.
Finally, sudo apt-get upgrade
returns the same error as sudo apt-get update
:
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
do-release-upgrade -c -d
– JoKeR May 08 '15 at 20:18