You can sometimes resolve problems with Horizon Client by uninstalling and reinstalling the Horizon Client application.

The method you use for uninstalling Horizon Client for Linux depends on the version and the method you used for installing the client software.

Prerequisites

Verify that you have root access on the Linux client system.

Procedure

  • If you have Horizon Client 3.1 or earlier, or if you installed the client from the Ubuntu Software Center, select Applications > Ubuntu Software Center, and in the Installed Software section, select vmware-view-client and click Remove.
  • If you have Horizon Client 3.2 or later, which you installed from the VMware Product Downloads Web site, open a Terminal window, change directories to the directory that contains the installer file, and run the installer command with the -u option.
    Option Command
    For uninstallation, if you have set executable permissions
    sudo env VMWARE_KEEP_CONFIG=yes \
    
    ./VMware-Horizon-Client-YYMM-x.x.x-yyyyyyy.arch.bundle -u vmware-horizon-client
    For uninstallation, if you have not set executable permissions
    sudo env VMWARE_KEEP_CONFIG=yes \
    
    sh ./VMware-Horizon-Client-YYMM-x.x.x-yyyyyyy.arch.bundle -u vmware-horizon-client

    In the file name, x.x.x is the version number, yyyyyyy is the build number, and arch is either x86 or x64. Using the VMWARE_KEEP_CONFIG=yes setting means retain the configuration settings when the client is uninstalled. If this environment variable is not set, you are prompted to specify whether to save the configuration settings.

What to do next

You can reinstall the client or install a new version. See Install or Upgrade Horizon Client for Linux from VMware Product Downloads.