Cannot install VMware Tools

Does anyone know how to install the VMWare tools?

I get the following error:
matt@matt-zorin-virtual-machine:~$ sudo apt install open-vm-tools open-vm-tools-desktop
[sudo] password for matt:
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:

The following packages have unmet dependencies:
open-vm-tools : Depends: libxmlsec1 (>= 1.2.25) but it is not installable
Depends: libxmlsec1-openssl (>= 1.2.25) but it is not installable
Recommends: ethtool but it is not installable
Recommends: zerofree but it is not installable
E: Unable to correct problems, you have held broken packages.

Matt

Not at my PC right now but could you use Synaptic Package Manager to install and see if it works?

In terminal please enter in

sudo apt-get install libxmlsec1-openssl

Followed with

sudo apt --fix-broken install

Full install guide here: