update need for "cd"

Asked by carlo testa

I have Ubuntu 8.04, installed by technician in Italy.

When I try to download updates, after many minutes of work the laptop asks "please insertUnbuntu 6.06 Dapper Drake rease i386 .... or simply insert CD ROM .. and as I don not have either evereysting stops.

Help!!

Thanks, Carlo

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Koen
Solved:
Last query:
Last reply:
Revision history for this message
Best Koen (koen-beek) said :
#1

You probably still have the CD as a software source

to deactivate the CD as a software sourec do the following :

menu : System->Administration->Software Sources
enter your password
uncheck the check-boxes linked to CDs (in box installable from CD-ROM/DVD)
click Close and Reload

Revision history for this message
arochester (arochester) said :
#2

You still have the CD listed in your sources list.

In a terminal issue this command: gksudo gedit /etc/apt/sources.list

This will start gedit text editor and load your sources list

Put a # sign in front of first lines that say "deb cdrom" . Save gedit and quit

That should remove your problem.

Then in a terminal input: sudo apt-get update

And : sudo apt-get upgrade.

That will uodate and upgrade your sources list and the problem should not reapppear.

Revision history for this message
carlo testa (testac) said :
#3

Thnk you, problenm solved. Carlo

Revision history for this message
carlo testa (testac) said :
#4

thank you, id did work, ... finally. Carlo

arochester wrote:
> Your question #50073 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/50073
>
> arochester proposed the following answer:
> You still have the CD listed in your sources list.
>
> In a terminal issue this command: gksudo gedit /etc/apt/sources.list
>
> This will start gedit text editor and load your sources list
>
> Put a # sign in front of first lines that say "deb cdrom" . Save gedit
> and quit
>
> That should remove your problem.
>
> Then in a terminal input: sudo apt-get update
>
> And : sudo apt-get upgrade.
>
> That will uodate and upgrade your sources list and the problem should
> not reapppear.
>
>