Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to install VMWare Tools to my VMPlayer.

The VM just donloaded the current version of VMWare Tools but I don't know what version it is?! I need to know it - otherwise I cannot install it. I need the numbers to fill them into the folling command:

tar zxpf /mnt/cdrom/VMwareTools-x.x.x-yyyy.tar.gz

The value x.x.x is the product version number, and yyyy is the build number of the product release

Does anyone know how I can find them out - or do you know what the numbers for the current version are?

Thx

share|improve this question

closed as off topic by Daniel Fischer, kapep, martin clayton, bažmegakapa, the Tin Man Oct 15 '12 at 21:53

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Since you have command-line access, could you just list the files and use what's present?

Try using the latest entry from:

ls /mnt/cdrom/VMwareTools*

You can also likely just type:

tar zxpf /mnt/cdrom/VMwareTools-

Then press Tab (potentially twice) and it should either auto-complete or show you all the available files.

share|improve this answer
Unfortunately it doesn't work... There is the output: tar: /mnt/cdrom/VMwareToosl-: Cannot open: So such file or directory – Roman Oct 22 '12 at 13:46

Not the answer you're looking for? Browse other questions tagged or ask your own question.