3

when updating to 15.04 from 14.04 Iget the follwing errors

W:Fehlschlag beim Holen von http : // us.archive.ubuntu.com / ubuntu/dists   / saucy / universe / source / Sources  404  Not Found [IP: 2001:67c:1562::17 80]
W:Fehlschlag beim Holen von http : // us.archive.ubuntu.com / ubuntu / dists / saucy / multiverse / source / Sources  404  Not Found [IP: 2001:67c:1562::17 80]
W:Fehlschlag beim Holen von http : // us.archive.ubuntu.com / ubuntu / dists / saucy-updates / universe / source / Sources  404  Not Found [IP: 2001:67c:1562::17 80]
W:Fehlschlag beim Holen von http : // us.archive.ubuntu.com / ubuntu / dists / saucy-updates / multiverse / source / Sources  404  Not Found [IP: 2001:67c:1562::17 80]
E:Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.

and ubuntu reverts to 14.04

the 'saucy' directory actually does not exist at the given address

what do I do now?

1 Answers1

0

Use the main server, eg: deb http://archive.ubuntu.com/ubuntu saucy universe.

Open a terminal and run this command:

sudo sed -i 's://us\.://:g' /etc/apt/sources.list
sudo apt-get update
A.B.
  • 90,397