0

I am not able to upgrade to the latest version 13.04. The error is:

Failed to download repository information
Check your Internet connection.
Details
W:Failed to fetch cdrom://Ubuntu 12.10 _Quantal Quetzal_ - Release i386 (20121017.2)/dists/quantal/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,
W:Failed to fetch cdrom://Ubuntu 12.10 _Quantal Quetzal_ - Release i386 (20121017.2)/dists/quantal/restricted/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.
thefourtheye
  • 4,924

2 Answers2

1

Comment the cdrom entry out in /etc/apt/sources.list, it's likely one of the first lines in the file. Another way to do it is the Software sources graphical tool.

grimpitch
  • 809
  • 1
    The update now installs correctly and reports there are no updates to install, so I'm up to date... THANK YOU both so much. – upgrade fails May 18 '13 at 20:36
0

Execute the following command...

sudo software-properties-gtk

In the window which opens up,

Deselect the CD-ROM entry, in the Installable from CD-ROM/DVD

enter image description here

thefourtheye
  • 4,924
  • Thank you, but I only got part way. When I try to save the file /etc/apt/sources.list logged in as superuser I get the error: "You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again." – upgrade fails May 18 '13 at 20:13
  • SOLVED part of this and grimpitch solved the other part! The update now installs correctly and reports there are no updates to install, so I'm up to date... THANK YOU both so much. – upgrade fails May 18 '13 at 20:35