18

"Install VMware Tools" greyed out after installing Ubuntu 15.04 on VMware Player 7.1. I tried checking "No proxy" instead of default "Windows proxy settings" at "File->Preferences->Software updates-> Connection Settings". This did not work either. Is there a way to install VMware Tools?

A.B.
  • 92,275
Richard
  • 181
  • 1
  • 1
  • 3

7 Answers7

39

I had the same issue. Like the answer posted before, I had to shutdown the machine and change both the floppy drive and cd drives to "Auto detect" and then power on the machine.

8

I unmounted the two ISOs which were mounted because of the Easy Install. After that I was able to push the "Install VMware Tools" button in the dropdown menu.

Eliah Kagan
  • 119,820
user402918
  • 81
  • 1
5

This worked for me on Ubuntu 16.04

sudo apt-get install open-vm-tools-desktop
Matiss
  • 163
  • 1
    I think you mean Any supported version of Ubuntu >=14.04 See http://packages.ubuntu.com/search?keywords=open-vm-tools-desktop&searchon=names&suite=all&section=all – Elder Geek Nov 08 '16 at 19:30
  • 1
    @ByteCommander Well that command did not work for me, but i found another solution and posted it as answer. – Matiss Nov 15 '16 at 11:21
  • @ByteCommander note that it's a different package name. – terdon Nov 15 '16 at 17:12
  • 1
    @terdon Is it? Oh, oops... I must have been a little sleepy... Thanks for paying attention. – Byte Commander Nov 15 '16 at 19:39
3

You can mount VMwareTools CD image manualy, file path is like this:

C:\Program Files (x86)\VMware\VMware Workstation\linux.iso
Jakuje
  • 6,813
1

A good solution for Ubuntu as a VMWare guest is to install the open VMWare tools: This can be done from the command line with the command

sudo apt-get install --install-suggests open-vmware-tools

Charles Green
  • 21,909
0

If you add a CD-ROM Drive then you see this option "Reinstall VMware Tools...".

If you don't hava a CD-Rom the option to reinstall the VMware Tools will not be availlable.

Benny
  • 1
-2

What you have to do is simple,

just start a Guest Machine(your VM)

then you will see that the VM -> Install VMware Tools ... option is enabled.

Simple clue - when you starting the Guest Machine you see this dialog box (if you have not checked it out earlier) after clicking OK, VM -> Install VMware Tools ... option is enabled.

You do not need to change anything other than starting a Guest Machine.(No need to change proxy settings in VMware or unmount an image mounted on your guest machine CD/DVD ROM)

user15
  • 57
  • 1
  • 6