Follow the steps in this section if you need to uninstall the agent software from your Linux endpoint running a support RHEL-based operating system, including
RHEL versions 7.2, 7.3, 7.4,7.5, 7.6, 7.7, 8 (64-bit)
CentOS versions 7.2, 7.3, 7.4, 7.5, 7.6, 7.7 (64-bit)
Amazon Linux AMI version 2018.3, AMI2 (64-bit)
Open a Terminal session on your Linux endpoint running Endpoint Security Agent (HX) software version .
Type the following command to identify the
.rpmor.runthat was used to install the Endpoint Security Agent (HX) software version on your Linux endpoint.username@localhost:~$ yum list | grep xagtThe example below identifies the
xagt-[xAgent version]-1.el7.x86_64.rpmfile as the file that was used to install the agent software on the Linux endpoint. You can see the Linux OS bit-architecture, the agent software version, and the software status.xagt.x86_64[xAgent version]-1.el7installedRun the correct uninstall command for the file type you identified in Step 2 to remove the Endpoint Security Agent (HX) software version from your Linux endpoint.
If the
.rpmfile was used to install the Endpoint Security Agent (HX) software version on your Linux endpoint, use therpm -ecommand to uninstall the agent software from your Linux endpoint.username@localhost:~$ sudo rpm -e <installation_filename.rpm>If the
.runfile was used to install the Endpoint Security Agent (HX) software version on your Linux endpoint, use the binary path and uninstall script to remove the agent software from your Linux endpoint.username@localhost:~$ sudo /opt/fireeye/bin/uninstall.sh