How to uninstall fully manticore and all engine files and db temps documents ?

Is there debian ssh command to uninstall fully manticore ?
I mean :

  • uninstall the engine core files
  • all index files
  • all temporary ressources

Thanks for the help
My system is a debian

sudo apt purge 'manticore*'
sudo rm -fr /usr/local/lib/manticore

Thanks, it works perfectly !