Remove an Agent from Linux

Apt-based distributions (Ubuntu/Debian/etc)

  • From the host, use the purge command.

    sudo apt-get purge blastshield-agent
    

yum/dnf-based distributions (RHEL/CentOS/Fedora/Amazon linux)

From the host use the following process

  1. sudo yum remove blastshield-agent
    
  2. sudo systemctl stop blastshield
    
  3. sudo rm -rf /var/lib/blastshield