Follow the steps in this section if you need to uninstall the agent software from your Linux endpoint running Ubuntu version 18.04.
Open a Terminal session on your Linux endpoint running Endpoint Security Agent (HX) software version .
Type the following command to identify the
.debthat was used to install the Endpoint Security Agent (HX) software version on your Linux endpoint.username@localhost:~$ dpkg -l | grep xagtThe example below identifies the
xagt-[xAgent version]-1.ubuntu12_amd64.debfile 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.amd64[xAgent version]-1.ubuntu12installedRun the
dpkg --purge xagtcommand to remove the Endpoint Security Agent (HX) software version from your Linux endpoint.username@localhost: ~$ sudo dpkg --purge xagt <installation_filename.deb>