Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

(Solved)E: Some index files failed to download

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
sarksloane
Posts: 89
Joined: 2017-01-17 04:21

(Solved)E: Some index files failed to download

#1 Post by sarksloane »

When I tried to update using

Code: Select all

apt-get update
I noticed the below, what does it mean? thanks.

Code: Select all

W: Failed to fetch cdrom://[Debian GNU/Linux 8.7.1 _Jessie_ - Official amd64 CD Binary-1 20170116-11:01]/dists/jessie/main/binary-i386/Packages  Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

E: Some index files failed to download. They have been ignored, or old ones used instead.
Last edited by sarksloane on 2017-03-18 06:49, edited 1 time in total.

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: E: Some index files failed to download

#2 Post by GarryRicketson »

How to update and install packages on Debian
=====
https://www.debian.org/doc/manuals/debi ... ls.en.html
=====
https://wiki.debian.org/DebianPackageManagement
There is much more on all of this, I recommend reading as much as you can.
==================
There is not much details in you post,..like what version of Debian ?
If this is a fresh install, you need to edit your /etc/apt/sources.list
file,... the lines for CD should be commented out, or removed.
Unless you are trying to use a cd to update ?
It would help to see what your actual /etc/apt/sources.list file has in it.
There is a example of what it should have in it here:
https://wiki.debian.org/SourcesList

Also:
https://manpages.debian.org/jessie/apt/ ... .5.en.html

sarksloane
Posts: 89
Joined: 2017-01-17 04:21

Re: E: Some index files failed to download

#3 Post by sarksloane »

GarryRicketson wrote:How to update and install packages on Debian
=====
https://www.debian.org/doc/manuals/debi ... ls.en.html
=====
https://wiki.debian.org/DebianPackageManagement
There is much more on all of this, I recommend reading as much as you can.
==================
There is not much details in you post,..like what version of Debian ?
If this is a fresh install, you need to edit your /etc/apt/sources.list
file,... the lines for CD should be commented out, or removed.
Unless you are trying to use a cd to update ?
It would help to see what your actual /etc/apt/sources.list file has in it.
There is a example of what it should have in it here:
https://wiki.debian.org/SourcesList

Also:
https://manpages.debian.org/jessie/apt/ ... .5.en.html
Thank you very much Mr. Garry.. :)

I edited my sources.list and put # to

Code: Select all

deb cdrom:[Debian GNU/Linux 8.7.1 _Jessie_ - Official amd64 CD Binary-1 20170116-11:01]/ jessie main
to make it comment.

Post Reply