Comment on page
Uninstall
Uninstall the Ardexa Agent
To uninstall the Ardexa Agent, run the following command
sudo dpkg --purge ardexa
# OR
sudo apt purge ardexa
This will remove:
- The service
- The binary
- The configuration including digital certificates
It WILL NOT remove
- Unsent cache (default location:
/var/cache/ardexa
) - Configuration backups (
/etc/ardexa
) - Old versions of the agent (
/usr/sbin/ardexa.OLD
)
These artifacts can be removed manually.