I have downloaded the bundle from the below official link, but I am not aware how to install it. Its not even available in the Ubuntu software center.
Follow the below steps to download and install the VMWare Horizon client in Ubuntu 20.04.
1. Goto VMWare official site.
2. Scroll down to Desktop & End-User Computing section.
3. Click Download Product link in the VMware Horizon Clients line.
4. Select the version in the top-left dropdown if required or else leave it default.
5. Under VMware Horizon Client for Linux dropdown, Click Go To Downloads link either in the line VMware Horizon Client for 32-bit Linux or VMware Horizon Client for 64-bit Linux depending upon your system configuration.
6. Click DOWNLOAD NOW button.
sudo apt install build-essential
cd Downloads
sudo bash VMware-Horizon-Client-xxxxxx.bundle
10. Follow the screen to complete the installation.
Sometimes you may face a below failure in the scan result.
VMware Horizon Multimedia Redirection (MMR) Failed libgstbase-0.10.so.0 Failed libgstreamer-0.10.so.0 Failed libgstapp-0.10.so.0
In that case, execute the below commands in another terminal and retry the scan.
sudo ln -s /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0 /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0 sudo ln -s /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0 /usr/lib/x86_64-linux-gnu/libgstapp-0.10.so.0 sudo ln -s /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0 /usr/lib/x86_64-linux-gnu/libgstbase-0.10.so.0