Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
[Solved] VMWare - How to install open source VMWare Tools in Linux Virtual Machine
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2859
Topic starter
August 7, 2016 11:40 PM
VMWare has made their VMWare tools open source, it's called open-vm-tools.
The larger Linux distros like Ubuntu, Debian, etc do support these tools, you just need to install them.
Which sounded easy, but took me a while to get it right.
Most description only mention open-vm-tools, but forget to mention the open-vm-tools-desktop ...
In Terminal:
sudo apt-get update
sudo apt-get install open-vm-tools open-vm-tools-desktop
Once installed, reboot your virtual machine,... and things should work.