You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oliver Kurth edited this page Mar 10, 2017
·
4 revisions
FAQ
Installation
How do I install open-vm-tools?
Most Linux distributions already ship open-vm-tools. Unless you have special requirements, this is the easiest way to install open-vm-tools. All distributions split the package into a system and a desktop component. The latter is only useful on syatems that have a graphical UI (gnome or kde).
If your system does not have a packaged version of open-vm-tools, or if you have special requirements, you can build from source. See the steps in this FAQ about building.
Building
How can I build open-vm-tools?
These steps work on most systems:
autoreconf -i
./configure --without-kernel-modules
make
sudo make install