Skip to content

Instantly share code, notes, and snippets.

@sergioPerez-e
Last active March 2, 2025 10:30
Show Gist options
  • Save sergioPerez-e/868e6e25bfe19d858ed2c13cfd64fcce to your computer and use it in GitHub Desktop.
Save sergioPerez-e/868e6e25bfe19d858ed2c13cfd64fcce to your computer and use it in GitHub Desktop.
Install and Uninstall VMware Horizon Client for Linux

Install/uninstall VMWare Horizon Clients

TESTED ON FEDORA 37 X64 Bundle package

Installation

  1. download

file https://customerconnect.vmware.com/en/downloads/info/slug/desktop_end_user_computing/vmware_horizon_clients/horizon_8

  1. Install package
chmod +x VMware-Horizon-Client-2306-8.10.0-21964631.x64.bundle
./VMware-Horizon-Client-2306-8.10.0-21964631.x64.bundle

Uninstall

  1. Check cliente version

Open cliente app and check product info e.g VMware-Horizon-Client 2306 8.10.0 21964631

  1. Donwload the same file installer

file https://customerconnect.vmware.com/en/downloads/info/slug/desktop_end_user_computing/vmware_horizon_clients/horizon_8

  1. check product name e.g vmware-horizon-client 8.9.0.21435420
chmod +x VMware-Horizon-Client-2306-8.10.0-21964631.x64.bundle
./VMware-Horizon-Client-2306-8.10.0-21964631.x64.bundle -l
  1. run command sudo ./VMware-Horizon-Client-2306-8.10.0-21964631.x64.bundle -u vmware-horizon-client

Notes:

# CHECK PACKAGE VERSION sudo ./VMware-Horizon-Client-2306-8.10.0-21964631.x64.bundle --version
# CHECK HELP INFO sudo ./VMware-Horizon-Client-2306-8.10.0-21964631.x64.bundle --help
# LIST INSTALLED PRODUCTS FLAG: -l
# UNINSTALL FLAG: -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment