0

When update crashes I got this message:

W:Failed to fetch http://cran.at.r-project.org/dists/precise-backports/main/source/Sources  404  Not Found
E:Some index files failed to download. They have been ignored, or old ones used instead.
Seth
  • 58,122
  • 1
    Looks like an external repository you've added is to blame. Remove it, and updating should work. – mikewhatever Mar 19 '13 at 23:11
  • This might be a good way to deal with this: http://askubuntu.com/questions/39922/how-do-you-select-the-fastest-mirror-from-the-command-line/9035#9035 – Mordoc Mar 20 '13 at 01:25
  • This isn't a PPA, it's just an external repository, but the answer to that question will fix this here too. – Jorge Castro Mar 28 '13 at 13:09

1 Answers1

1

I think your link is wrong, try this one

deb  http://cran.at.r-project.org/bin/linux/ubuntu precise/
Seth
  • 58,122