Remove an Agent from Linux
Apt-based distributions (Ubuntu/Debian/etc)
From the host, use the purge command.
CODEsudo apt-get purge blastshield-agent
yum/dnf-based distributions (RHEL/CentOS/Fedora/Amazon linux)
From the host use the following process
- CODE
sudo yum remove blastshield-agent - CODE
sudo systemctl stop blastshield - CODE
sudo rm -rf /var/lib/blastshield