Created
October 14, 2019 06:36
-
-
Save alimd/1510c1fea685add923eec662e10f80c3 to your computer and use it in GitHub Desktop.
Install VMware Horizon Client to Rasbpery Pi 3, 3+, 4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
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.
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
).
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/
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
Why they remove packages from their server?
http://dl.armtc.net/packages/vmwh_LATEST.tar.gz
404 error!where can i get it?