Uninstalling the Linux xAgent on SUSE System

Prev Next

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:

  1. Open a Terminal session on your Linux endpoint running Endpoint Security (HX) xAgent software version .

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

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

    The example below identifies the xagt-30.0.1-1.sle11.x86_64.rpm file 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_64

    30.0.1-1.sle11

    installed

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

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