2

I have Ubuntu 13.10 installed as a dual boot system with Windows 7. Ubuntu loads normally, but when I try to update with Synaptic Package Manager, I get the following error message and the system stops there....

Failed to fetch http://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu/dists/saucy/InRelease  
Failed to fetch http://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu/dists/saucy-updates/InRelease

(and other links listed too!)

Some index files failed to download. They have been ignored, or old ones used instead.

What is wrong please?

Braiam
  • 67,791
  • 32
  • 179
  • 269
user226737
  • 81
  • 1
  • 1
  • 7

2 Answers2

2

You should check your source file config : /etc/apt/sources.list

This website will also help you generate a sources.list : http://repogen.simplylinux.ch/index.php

enter image description here

To better understand what can be the problem check your log files : /var/log/dpkg.log also /var/log/apt

yilmi
  • 1,272
  • 9
  • 12
  • Very many thanks for your help. I edited the sources.list and this seems to have sorted the problem. Thanks again. – user226737 Dec 18 '13 at 19:06
0

This means that those mirrors are down for the moment (or permanently). You should replace them with good mirrors (ie. removing the mirror.ox.ac.uk/sites/ part will get you a good mirror) or replace them entirely with your own preferred mirror.

Braiam
  • 67,791
  • 32
  • 179
  • 269