Installing open-vm-tools from Ubuntu repository:
The VMware tools are part of open-vm-tools. Make sure that the "multiverse" repository is enabled and do:
Install kernel headers so modules will work
We need this on a 10.04 guest running in a Fusion 3 host
$ apt-get install linux-headers-virtualInstall kernel modules
$ apt-get install --no-install-recommends open-vm-dkmsEITHER: install tools for an xorg install
$ apt-get install open-vm-toolsOR: a headless install
$ apt-get install --no-install-recommends open-vm-tools
open-vm-dkms package may not be available in some release of Ubuntu. In that case, you may just ignore it.
ReplyDelete