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
Is there debian ssh command to uninstall fully manticore ?
I mean :
Thanks for the help
My system is a debian
sudo apt purge 'manticore*'
sudo rm -fr /usr/local/lib/manticore
Thanks, it works perfectly !