Anyone who's been using computers for a while (any OS, not just Linux) will be aware that uninstalling an app doesn't always remove all data associated
As far as I can tell this seems to be for deleting application data (~/.var/app/*), whereas flatpak uninstall --unused is for uninstalling runtimes that are no longer needed.
How is this different from
flatpak uninstall --unused
?
As far as I can tell this seems to be for deleting application data (
~/.var/app/*
), whereasflatpak uninstall --unused
is for uninstalling runtimes that are no longer needed.This app is more equivalent to
flatpak uninstall --delete-data
But this doesnt work once uninstalled. This really is an isse with flatpaks.