I want to completely remove a snap package and all configuration.
I have used the below commands, yet after removing the app, when I re-install the package, it STILL remembers me and suggests some of my old accounts to log in with.
sudo snap remove --purge skype
sudo rm -rf /var/snap/skype
sudo rm -rf /var/snap/common/skype
How do I get Snap package to forget previously configured accounts? I have grepped and there are no files containing skype after uninstalling. What am I missing here? Already tried suggestions here: How to remove Skype?