Hi:
i did that in this post, follow this steps:
To install Vmware:
1.- Install OS on a SD card
2.- Install vmware dependencys:
$ sudo apt install libxss1 libxinerama1 libcairomm-1.0-1v5 libgtkmm-3.0-1v5 libpangomm-1.4-1v5 libsigc++-2.0-0v5
also install :
$ sudo apt install libv4lconvert0 libv4l-0 libspeex1 libtheora0
3.- Download vmware client (https://customerconnect.vmware.com/en/downloads/details?downloadGroup=CART22FQ2_LIN_21061_TARBALL&pr...)
4.- Untar it and cd to the new dir (VMWare-Horizon-Client-Linux- ... etc ...)
5.- cd to the armhf dir
6.- Untar VMWare-Horizon-Client-(version)armhf.tar.gz and cd to the new dir:
7.- sudo cp -rva bin/* /usr/bin
8.- sudo cp -rva lib/* /usr/lib
9.- sudo cp -rva share/locale/[language]/LC_MESSAGES/vmware-view.mo /usr/share/locale/[language]/ --> This is to traslate vmware to your language, Here change [language] for the code of the language you prefer, es, in my case
10.- cd .. , untar VMWare-Horizon-PCoIP(version.tar.gz) and change to the new created dir
11.- cp -rva lib/* /usr/lib
12.- cd .., untar VMWare-Horizon-USB-(version).tar.gz and change to the new created dir
12+1.- cp -rva bin/* /usr/bin
14.- cp -rva lib/* /usr/lib
15.- cp -rva init.d/* /ete/init.d
And install it's done
To run vmware client:
1.- Start usb redirection --> sudo /etc/init.d/vmware-USBArbitrator start
2.- Launch vmware --> vmware-view
Regards