Follow the steps in this section if you need to uninstall the xAgent software from your Linux endpoint running SUSE Enterprise Linux version 11.4, 12.2, 12.3, or 15.
To uninstall Linux xAgent software on your Linux endpoint running a supported SUSE version:
Open a Terminal session on your Linux endpoint running Endpoint Security (HX) xAgent software version .
Type the following command to identify the
.rpmthat was used to install the Endpoint Security (HX) xAgent software version on your Linux endpoint.username@localhost:~$ rpm -qa | grep xagtThe example below identifies the
xagt-30.0.1-1.sle11.x86_64.rpmfile as the file that was used to install the xAgent software on the Linux endpoint. You can see the Linux OS bit-architecture, the xAgent software version, and the software status.xagt.x86_6430.0.1-1.sle11installedRun the
rpm -ecommand to remove the Endpoint Security (HX) xAgent software version from your Linux endpoint.username@localhost:~$ sudo rpm -e <installation_filename.rpm>