- Some Index Files Failed To Download Ubuntu Download
- Some Index Files Failed To Download Ubuntu For Pc
Some index files failed to download - FIX This usually means that you have repositories activated that don't exist anymore, at least on the mirror you are using. Please post the complete output of the update command and the content of your /etc/apt/sources.list file. As mentioned in our note, I was able to reproduce this locally. I wonder if there’s another place we could report this to Ubuntu maybe, if somebody hasn’t already?
I’m installing a VM of Ubuntu 14.04 on my PC.
When I run sudo apt-get update
, I get a response:
I've tried to reinstall the VM and it didn't fix the issue.
Thanks in advance!
2 Answers
Here are some possible solutions (the last one should resolve the problem in case other ones fail) for them who still face this problem:
1. Remove cached files:
Some Index Files Failed To Download Ubuntu Download
and if required, the files in partials
too:
and then try sudo apt-get update
2. Modify sources.list:
You might edit /etc/apt/sources.list
making necessary changes to the list of repository names. If sources.list gets corrupted somehow, then you could delete it and could generate a fresh one. This might be of great help in this regard.
3. Choose a different server:
Go to Software & Updates
->Ubuntu Software
. From Download from
, select other...
and select a preferable server which is different from the previous one. You can click Select Best Server
and let the system choose the best server for you. You will be prompted to refresh after changing the server. Finally, sudo apt-get update
should work fine thereafter.
Note: I had the same problem which was resolved by the 3rd solution. I was also unable to download some application from Terminal
and Ubuntu Software Center
as well.
Open your Terminal and execute the below command line (to reset the repositories):
Some Index Files Failed To Download Ubuntu For Pc
Then execute:
Now it should be fixed.