Uninstalling the Linux agent on SUSE system

Prev Next

Follow the steps in this section if you need to uninstall the agent software from your Linux endpoint running SUSE Enterprise Linux version 11.4, 12.2, 12.3, or 15.

To uninstall Linux agent software on your Linux endpoint running a supported SUSE version:
  1. Open a Terminal session on your Linux endpoint running Endpoint Security Agent (HX) software version .

  2. Type the following command to identify the .rpm that was used to install the Endpoint Security Agent (HX) software version on your Linux endpoint.

  3. username@localhost:~$ rpm -qa | grep xagt

    The example below identifies the xagt-[xAgent version]-1.sle11.x86_64.rpm file 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.sle11

    installed

  4. Run the rpm -e command to remove the Endpoint Security Agent (HX) software version from your Linux endpoint.

    username@localhost:~$ sudo rpm -e <installation_filename.rpm>