That information is located somewhere in hidden directories in your home directory. For example:
Code:
$ find ~ -name '*exaile'
/home/gene/.local/share/exaile
/home/gene/.config/exaile
/home/gene/.cache/exaile
That find tells me that there are three places to clean out if I want to do a fresh install of the music player, exaile. Just run:
Code:
$ find ~ -name '*rstudio'
and clean up what you find.
dd_wizard