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
@alimo2
Copy link

alimo2 commented Feb 3, 2020

Why they remove packages from their server?
http://dl.armtc.net/packages/vmwh_LATEST.tar.gz 404 error!

where can i get it?

@andrewchan83
Copy link

Can i know why when i trying to enable it, it prompt me

Failed to enable unit: Unit file vmware-view-USBD.service does not exist.
Failed to start vmware-USBArbitrator.service: Unit vmware-USBArbitrator.service

Please advise.

@jose1711
Copy link

jose1711 commented Feb 1, 2021

Tried on the latest Raspbian. Symbolic link for udev is no longer possible (collides with libudev0). Installation binary asks for libtar0 and libssl1.0.2 but even after installation it does nothing (last actions done seems to be reading /proc/cpuinfo).

@AliMD
Copy link
Author

AliMD commented Feb 22, 2021

Its not work anymore with new versions because you need to build it manually
But you can still find old builds in https://dl.armtc.net/packages/

@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