I tried installing VMWare Horizon in Linux Mint. The install command was clearly listed in the documentation:
sudo ./VMWare-Horizon-Client…..bundle
I ran the command, entered my sudo password, and it told me “command not found”.
What do you mean, command not found? I typed it exactly right!
Upon further investigation, I found that I needed to make the command executable:
chmod u+x VMWare-Horizon-Client……bundle
I then ran the command after doing that, and the program installed without incident.
Posted by mrjimphelps