6

I've tried several times to install radio tray on my fresh ubuntu 11.10 installation but when I run ~$ sudo apt-get install radiotraythe following dialog pops up at the end of the script:

Media change: please insert the disc labeled
 'Ubuntu 11.10 _Oneiric Ocelot_ - Release i386 (20111012)'
in the drive '/cdrom/' and press enter

I've performed previous installations of this app on another computer using the same repository and all went smooth. My Ubuntu Oneiric version was installed from a USB flash drive, so don't understand that request from apt-get.

Tim
  • 33,500
Stbn
  • 213

2 Answers2

10

Probably you still have the following option ticked in your Software Sources:

enter image description here

If ticked, Ubuntu will install packages from the installation media rather than downloading from the internet.

fossfreedom
  • 174,526
2

This happened to me on 12.04 (precise).

What got me into this mess in the first place was trying to upgrade from 11.10 to 12.04 by cdrom.

We must be careful here, whereas it's the "Other software" tab that we enable the cdrom on, it's the "Ubuntu software" tab that we need to disable.

Naturally you can also try this:

  1. edit the file /etc/apt/sources.lst -> comment out the lines referring to cdrom by removing the # in front of it
  2. Then execute the command in a terminal sudo apt-get update

but know what you're doing!

Anwar
  • 77,855