Skip to content

Instantly share code, notes, and snippets.

@AliMD
Created October 14, 2019 06:36
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AliMD/1510c1fea685add923eec662e10f80c3 to your computer and use it in GitHub Desktop.
Save AliMD/1510c1fea685add923eec662e10f80c3 to your computer and use it in GitHub Desktop.
Install VMware Horizon Client to Rasbpery Pi 3, 3+, 4
#!/bin/bash
# Install VMware Horizon Client to Rasbpery Pi 3, 3+, 4
apt-get update
apt-get install libudev1 libxss1
ln -s /lib/arm-linux-gnueabihf/libudev.so.1 /lib/arm-linux-gnueabihf/libudev.so.0
wget http://dl.armtc.net/packages/vmwh_LATEST.tar.gz -O /tmp/vmwh_LATEST.tar.gz
tar xf /tmp/vmwh_LATEST.tar.gz -C /tmp/
/tmp/install
systemctl enable vmware-USBArbitrator
systemctl start vmware-USBArbitrator
systemctl enable vmware-view-USBD
systemctl start vmware-view-USBD
apt-get autoremove --purge -y
apt-get clean
sync
@Uzzi
Copy link

Uzzi commented Mar 2, 2021

Hi, I've problems about.
Can you tell me distro details?
32 or 62bit? What DE? what distro?PCoIP works fine?

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment