0

Trying to install VMWare tools on Ubuntu 10 that is running in VMWare machine. Tools are mounted on /media/VMware Tools

I do:

sudo sh run_upgrade.sh

but got :

exec: 1: 10: not found

How to solve problem?

vico
  • 4,737
  • 23
  • 66
  • 89

1 Answers1

0

I always did it this way. Just copy the file VMwareTools-xx.x.x-xxxxxxx.tar.gz to the downloads folder, and the extract it.

Once extracted, you will get a folder called vmware-tools-distrib. The just open that folder in terminal, and just run:

sudo ./vmware-install.pl 

And that will install VMware Tools

Mitch
  • 109,937