-
Notifications
You must be signed in to change notification settings - Fork 433
Home
Oliver Kurth edited this page Mar 10, 2017
·
4 revisions
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).
On Ubuntu and Debian:
sudo apt-get update
sudo apt-get install open-vm-tools open-vm-tools-desktop
On RHEL, CentOS and Fedora:
sudo yum install open-vm-tools open-vm-tools-desktop
On SLE and OpenSuSE:
zypper install open-vm-tools open-vm-tools-desktop
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.
These steps work on most systems:
autoreconf -i
./configure --without-kernel-modules
make
sudo make install