1. Prepare Your System with updates & latest patches 2. sudo apt-get update -y && sudo apt-get upgrade -y 3. Setup, Install and Symlink Libraries: sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev sudo apt-get install v4l-utils sudo apt-get install pulseaudio sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1.6.4 /lib/x86_64-linux-gnu/libudev.so.0 sudo ln -sf /usr/lib/x86_64-linux-gnu/libffi.so.6 /usr/lib/x86_64-linux-gnu/libffi.so.5 4. Now download and install the VMware Horizon View Client 64-Bit: https://my.vmware.com/web/vmware/details?downloadGroup=CART17Q2_LIN64_450&productId=578&rPId=17207 cd ~/Downloads/ sudo chmod u+x VM* sudo ./VM* FYI. You don't have to type/tab the whole path as long as this is the only VMware files in the path. It's Linux baby!! Credits: https://goo.gl/toqauN https://pubs.vmware.com/Release_Notes/en/horizon-client/45/horizon-client-linux-45-release-notes.html