Fedora Linux 16 Install VMware Tools
By Minh • May 27th, 2010 • Category: LinuxHere is how to install vmware-tools on a Fedora Linux 13, 14, 15, or 16 guest.
First, Install the Dependencies:
> yum update
> shutdown -r now
> yum install gcc make kernel-devel perl
Perform an update to make sure you have the latest kernel, reboot Fedora, and then install the following packages: gcc, make, kernel-devel, and perl. Make sure the kernel and kernel-devel packages are the exact same version. If you are running 32-bit Fedora, install the kernel-PAE-devel package.
Next, Prepare the vmware-tools Installer:
> mkdir /mnt/cdrom
> mount /dev/cdrom /mnt/cdrom
> cd /tmp
> tar zxpf /mnt/cdrom/VMwareTools-8.4.6-385536.tar.gz
> umount /dev/cdrom
In the Virtual Machine menu, select Install VMware Tools. VMware Fusion will make an image appear to Fedora. Mount the image, uncompress the installer files to the temporary directory, and then unmount the image.
Finally, Execute the Installer:
> cd vmware-tools-distrib
> ./vmware-install.pl
Change to the vmware-tools-distrib directory and execute the Perl script, and then follow the prompts. As long as the dependencies were installed correctly, and the version of the kernel headers match the currently running kernel, the installer will automatically find all the directories that it needs.

Minh is a technology junkie.
Email this author | All posts by Minh

thanks, very usefull for newbie..
Awesome! Worked a treat, thanks for the well compiled directions!! I appreciate it!
This worked great for VMWare Fusion 3.1 running Fedora 13 64-bit. Thank you for the help!
[...] me know if this method is useful for you or any difficulties.I got this idea originally from this post. [...]
Thanks for this helpful info about installing vmware tools for Fedora Linux. Actually, I am using this method for the Fedora Linux 14 and found your written article very useful.
I wish you a very happy, healthy, wealthy, and prosperous life.
Thaks a lot, Muchas gracias.
I follows all the steps described here, but I encountered compiling errors at the last step, error:
/tmp/vmware-root/modules/vmhgfs-only/request.c:45:32 error: ‘SPIN_LOCK_UNLOCKED’ undeclared here
And, there are other compiling errors in other c files in other vm modules, if I continue the process.
My guest OS is Fedora 15 (kernel version, 2.6.40.3-0.fc15.i686), and I am using VMWare Player 3.1.4 build-385536.
Thanks in advanced for your advices.
From Mexico thank you very much, although I make my comment in the Google translator for not knowing English. The steps are very easy to understand. Thank you very much …
Desde México muchas gracias, a pesar de que realice mi comentario en el traductor de Google por no saber ingles. Los pasos descritos son muy faciles de entender. Muchas gracias…
Perfect, it also works for Fedora 16.
thanks a lot! it is very useful. Fedora 16 has something different to the former version,, and you blog help me very much!
Followed to the letter and worked a treat. Thank you for publishing this HOWTo for all us newbies!