failed to download repository information
I run sudo apt-get update and find this at the end
Err http://
404 Not Found
Ign http://
Ign http://
W: Failed to fetch http://
I've read on other pages to go to the Software & update > other software and unclick the first one "I did that" and to find the ones with the same name that are 404, but they're not there?
So I'm at a loss on what to do, can anyone help me?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- actionparsnip
- Solved:
- Last query:
- Last reply:
Revision history for this message
|
#1 |
here is the complete readout
$ sudo apt-get update
[sudo] password for bob:
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Ign http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Ign http://
Hit http://
Hit http://
Ign http://
Hit http://
Ign http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Ign http://
Ign http://
Ign http://
Hit http://
Hit http://
Hit http://
Ign http://
Ign http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Ign http://
Ign http://
Ign http://
Err http://
404 Not Found
Ign http://
Ign http://
W: Failed to fetch http://
E: Some index files failed to download. They have been ignored, or old ones used instead.
Revision history for this message
|
#2 |
2 issues:
1) Please remove all references to saucy in the /etc/apt/
2) Failed to fetch http://
Take a look here: http://
There is NO directory called trusty. So the PPA does NOT support trusty.
So you also need to remove the toine512 PPA from your repository list.
Revision history for this message
|
#3 |
How do I remove all references to saucy in the /etc/apt/
How do I remove the toine512 PPA from your repository list.
I don't need this it's a dead site now. http://
Revision history for this message
|
#4 |
What's the output of this command?
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;
Revision history for this message
|
#5 |
~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;
/etc/apt/
1 # deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release i386 (20120423)]/ precise main restricted
2
3 # See http://
4 # newer versions of the distribution.
5 deb http://
6 deb-src http://
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://
11 deb-src http://
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://
17 deb-src http://
18 deb http://
19 deb-src http://
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://
27 deb-src http://
28 deb http://
29 deb-src http://
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://
37 deb-src http://
38
39 deb http://
40 deb-src http://
41 deb http://
42 deb-src http://
43 deb http://
44 deb-src http://
45
46 ## Uncomment the following two lines to add software from Canonical's
47 ## 'partner' repository.
48 ## This software is not part of Ubuntu, but is offered by Canonical and the
49 ## respective vendors as a service to Ubuntu users.
50 deb http://
51 deb-src http://
52
53 ## This software is not part of Ubuntu, but is offered by third-party
54 ## developers who want to ship their latest software.
55 deb http://
56 deb-src http://
/etc/apt/
1 # deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release i386 (20120423)]/ precise main restricted
2
3 # See http://
4 # newer versions of the distribution.
5 deb http://
6 deb-src http://
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://
11 deb-src http://
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://
17 deb-src http://
18 deb http://
19 deb-src http://
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://
27 deb-src http://
28 deb http://
29 deb-src http://
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://
37 deb-src http://
38
39 deb http://
40 deb-src http://
41 deb http://
42 deb-src http://
43 deb http://
44 deb-src http://
45
46 ## Uncomment the following two lines to add software from Canonical's
47 ## 'partner' repository.
48 ## This software is not part of Ubuntu, but is offered by Canonical and the
49 ## respective vendors as a service to Ubuntu users.
50 # deb http://
51 # deb-src http://
52
53 ## This software is not part of Ubuntu, but is offered by third-party
54 ## developers who want to ship their latest software.
55 deb http://
56 deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
3 # deb-src http://
4 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 deb http://
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
3 # deb-src http://
/etc/apt/
/etc/apt/
1 # deb http://
2 # deb-src http://
/etc/apt/
1 # deb-src http://
/etc/apt/
1 # deb http://
2 # deb-src http://
3 # deb-src http://
4 # deb-src http://
/etc/apt/
1 deb http://
2 deb-src http://
/etc/apt/
1 # deb http://
2 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
3 # deb-src http://
4 # deb-src http://
/etc/apt/
1 # deb http://
2 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
1 # deb http://
2 # deb-src http://
/etc/apt/
1 # deb http://
2 # deb-src http://
/etc/apt/
1 # deb http://
2 # deb-src http://
/etc/apt/
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 deb http://
/etc/apt/
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 deb http://
/etc/apt/
1 # deb http://
2 # deb-src http://
/etc/apt/
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 deb http://
/etc/apt/
1 # deb http://
2 # deb-src http://
/etc/apt/
1 # deb http://
2 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
3 # deb-src http://
/etc/apt/
1 # deb http://
2 # deb-src http://
/etc/apt/
1 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
3 # deb-src http://
4 # deb-src http://
5 # deb-src http://
6 # deb-src http://
/etc/apt/
1 deb http://
2 # deb-src http://
Revision history for this message
|
#6 |
Please send us the full output of these Terminal commands:
sudo rm -rf /etc/apt/
sudo rm /etc/apt/
sudo rm /etc/apt/
sudo apt-get update
Revision history for this message
|
#7 |
The PPA doesn't support Trusty and should be removed
http://
If yout run:
sudo rm /etc/apt/
sudo apt-get update
It will then be smooth. Not all PPAs support all releases.
Very simple
Revision history for this message
|
#8 |
Thanks actionparsnip, that solved my question.
Revision history for this message
|
#9 |
You should run my commands as well to remove the references to saucy as well....