๐งน Clearing data
In this section you will learn how to delete the app, etc.
Flagsโ
info
All fguard data stored at user local folder (different in many OS).
- To remove cache run:
fguard remove --cache
- To remove configuration file run:
fguard remove --config
- To remove neural network model run:
fguard remove --model
Deleting fguard (๐๐๐):โ
Execute previous two commands:
fguard remove --cache --config --model
After that remove python package using that:
pip uninstall fguard
Forest Guard was successfully deleted.