1

I just installed Ubuntu 14.04 and I am trying to Install VMware Workstation 10.0.2.bundle. I followed the description on (https://help.ubuntu.com/community/VMware/Player).

While trying to install the Linux headers, I got this error message:

Media change: please insert the disc labeled 'Ubuntu 14.04 LTS _Trusty Tahr_ - Release amd64 (20140417)'
in the drive '/media/cdrom/' and press enter

I inserted the USB stick which I installed my Ubuntu from and I am still getting the error message.

I really need to install VMware workstation.

Braiam
  • 69,112
FirmTech
  • 129
  • 3
  • 12

1 Answers1

7

The issue is fairly simple, you have the CDROM entry in your /etc/apt/sources.list. Just remove/comment out the line, and you will be fine:

sudo sed -i '/cdrom/d' /etc/apt/sources.list
Braiam
  • 69,112