@pierotofy I have a question about where MiniSBD stores the packages it downloads (on Linux).
Reading the code in argos-translate/package.py it seems like the minisbd packages should be saved to $HOME/.local/share/argos-translate/packages/translate-ar_en/minisbd.
Reading the code in minisbd/models.py it seems to want to save them to $HOME/.cache.
However, on my system at least they seem to get saved to $HOME/.local/share/argos-translate/minisbd/. I like this behavior and think that it’s a good place for them but I don’t understand why they’re being saved there.
I wanted to check the uninstall documentation to make sure that they were getting deleted along with the main packages.