Horizon Agent for Linux has some dependency packages unique to a Linux distribution. You must install these packages before installing Horizon Agent for Linux.
Prerequisites
Verify that a new virtual machine (VM) is created in vCenter Server and your Linux distribution is installed on the machine.
Procedure
-
Install the mandatory packages that are not installed or upgraded by default. If any package does not meet the requirement, the agent installer stops the installation.
Mandatory Dependency Packages
Linux Distribution Packages RHEL 8.x and Rocky Linux 8.x Install the libappindicator-gtk3andnss-toolspackages.sudo yum install libappindicator-gtk3
Note: If thesudo yum install nss-toolsyumcommand does not work, you can try thednfpackage manager instead.sudo dnf install libappindicator-gtk3sudo dnf install nss-toolsRHEL and Rocky Linux 9.x Install the nss-toolspackage. Optionally, install thelibappindicator-gtk3package if using the Session Collaboration Feature.
Option 1: To install thesudo dnf install libXScrnSaver nss-tools pulseaudio-utilslibappindicator-gtk3package and also enable the Extra Packages for Enterprise Linux (EPEL), run the following commands.sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm yum install libappindicator-gtk3
Option 2: To install thelibappindicator-gtk3package without enabling EPEL, run the commands shown in the following example.
Note: The package version numbers shown in the following example might differ from the actual versions provided athttps://dl.fedoraproject.org/pub/epel/9/. Where applicable, replace the example version numbers with the actual version numbers.sudo yum install https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/l/libdbusmenu-16.04.0-19.el9.x86_64.rpmsudo yum install https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/l/libdbusmenu-gtk3-16.04.0-19.el9.x86_64.rpm sudo yum install https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/l/libindicator-gtk3-12.10.1-22.el9.x86_64.rpm sudo yum install https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/l/libappindicator-gtk3-12.10.0-33.el9.x86_64.rpmDebian Install the gnome-shell-extension-appindicatorandlibnss3-toolspackages.sudo apt-get install -y gnome-shell-extension-appindicatorsudo apt-get install -y libnss3-toolsUbuntu Install the libnss3-toolspackage.sudo apt-get install -y libnss3-toolsSUSE Install the mozilla-nss-toolspackage.sudo zypper install mozilla-nss-tools
Was this page helpful?