PDA

View Full Version : [SOLVED] Upgrade problem.



dlw
November 16th, 2012, 04:44 PM
If I'm in the wrong forum, I apologize.

I keep getting a red triangle in the upper right hand corner of the screen.
Clicking on it says there is an upgrade problem.
Clicking on 'Check for updates' gives the following error.

W:Failed to fetch cdrom://Ubuntu 12.04.1 LTS _Precise Pangolin_ - Release i386 (20120817.3)/dists/precise/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.04.1 LTS _Precise Pangolin_ - Release i386 (20120817.3)/dists/precise/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.

How do I solve this?
TIA

dlw

Mr_JMM
November 16th, 2012, 05:06 PM
Unless you specifically want to use the installation DVD for something, remove it from the list of software sources.

You can do this directly from the Software Sources app or find it under "Edit" in Software Manager.

NikTh
November 16th, 2012, 05:17 PM
Hi ,

please follow the instructions to resolve your problem.

Open a terminal (CTRL+ALT+T keys combo) and write

gksudo gedit /etc/apt/sources.listAt the opened window , search and find any line (search in the begin of the file , I think they are the first 3 lines) begins with this

deb cdrom:[Ubuntu 12.04.1 LTS _Precise Pangolin_and make them like this

# deb cdrom:[Ubuntu 12.04.1 LTS _Precise Pangolin_add this symbol at the begin of each line #

save the file and run in terminal

sudo apt-get update
sudo apt-get dist-upgradeThanks

dlw
November 16th, 2012, 05:34 PM
Thank you.
The red triangle is gone.
I'm not sure what that means, but, it's gone.

Thanks again,
dlw