Note: See System Requirements for supported Linux operating systems and browsers.
Installing Linux Agents Manually
Note: Alternately, you can create your own Linux package by pressing Create Package and stepping through the wizard.
KcsSetup.sh file in the download directory of the Linux machine.Note: If you have downloaded KcsSetup.exe or KcsSetup.zip, you have downloaded the wrong install file because the selected install package is dedicated to Windows or Macintosh installs.
# chmod +x KcsSetup.sh# ./KcsSetup.shThe agent installs and starts. Log into your VSA and view the status of the agent.
For further information see the install log file, located at:/tmp/KASetup_<pid>.log
where <pid> is the process id of the ./KcsSetup.sh execution.
Note: Run KcsSetup.sh -V -D for verbose terminal output.
Note: Run KcsSetup.sh -X to save the temp files created in the /tmp file. Saving these files is useful when troubleshooting a failed install.
Installing Linux Agents Using LAN Watch and Install Agents
root in the Admin Logon field.root user of the targeted Linux machines in the Password field.Note: The Install Agents page does not currently distinguish between Linux and other systems. It is the installer's responsibility to select only Linux systems.
Uninstalling a Linux Agent Manually
A <install-dir>/bin/KcsUninstaller always gets installed with the agent and will remove the agent. Agents are typically installed to the /opt directory. 
Issue the following commands as root:# ./KcsUninstaller 
Note: Run the command ./KcsUninstaller -D -V to uninstall the agent with verbose terminal output.
Troubleshooting Linux Agents Installs